Skip to content

Commit

Permalink
Check if Py311 is the source of compiler crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Oct 12, 2023
1 parent 14e5161 commit 44a69fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -22,6 +22,7 @@ jobs:
run: |
pip install --upgrade pip setuptools wheel
pip install coverage pytest pytest-cov -U
pip install Cython
pip install --only-binary=numpy,scipy numpy scipy -U
pip install .
- name: Test with pytest
Expand Down

0 comments on commit 44a69fb

Please sign in to comment.