mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
test.yml -> use cadquery-ocp from pypi on macos-arm64
This commit is contained in:
parent
2ba9e5b248
commit
875f33507f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -30,15 +30,15 @@ jobs:
|
|||
matrix:
|
||||
python-version: [
|
||||
"3.10",
|
||||
#"3.11",
|
||||
#"3.12"
|
||||
"3.11",
|
||||
"3.12"
|
||||
]
|
||||
os: [macos-14]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-macos-arm64/
|
||||
- uses: ./.github/actions/setup/
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue