Skip to content

Commit 04a6bbe

Browse files
committed
Revert test changes
1 parent 9547a35 commit 04a6bbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.11"]
63+
python-version: ["3.8", "3.9", "3.10", "3.11"]
6464

6565
steps:
6666
- uses: actions/checkout@v3
@@ -70,11 +70,10 @@ jobs:
7070
uses: actions/setup-python@v4
7171
with:
7272
python-version: ${{ matrix.python-version }}
73-
architecture: arm64
7473
- name: Install dependencies
7574
run: |
7675
python3 -m pip install --upgrade pip
77-
python3 -m pip install .[all] -v
76+
python3 -m pip install .[all] --verbose --config-settings=cmake.verbose=true --config-settings=logging.level=INFO
7877
- name: Test with pytest
7978
run: |
8079
python3 -m pytest

0 commit comments

Comments
 (0)