Revert test changes

This commit is contained in:
Andrei Betlen 2023-09-12 17:46:58 -04:00
parent 9547a351ee
commit 04a6bbe30e

View file

@ -60,7 +60,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
@ -70,11 +70,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: arm64
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .[all] -v
python3 -m pip install .[all] --verbose --config-settings=cmake.verbose=true --config-settings=logging.level=INFO
- name: Test with pytest
run: |
python3 -m pytest