Skip to content

Commit

Permalink
try python 3.11...
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Dec 7, 2023
1 parent 1e498ae commit 034b731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
include:
- os: ubuntu-latest
CONDA_OS: linux-64
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
shell: bash -l {0}
run: |
conda activate test
pytest --pyargs n3fit validphys --mpl
pytest --pyargs --mpl validphys n3fit

0 comments on commit 034b731

Please sign in to comment.