Skip to content

Commit

Permalink
pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyElkabetz committed Jul 13, 2024
1 parent db1c499 commit 3339179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

- name: Cache pip
uses: actions/cache@v3
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Run tests
run: |
pytest
pytest --verbosity=1
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
matplotlib
numpy
pyparsing
python-dateutil
scipy
tqdm
ncon --global-option="--user"

0 comments on commit 3339179

Please sign in to comment.