Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
tests included installing build with conda which is not necessary, and causes newer version of python to fail
  • Loading branch information
harripd authored Nov 5, 2024
1 parent c0c326e commit cd8b4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Dependencies
shell: bash -l {0}
run: |
conda install cython numpy numba nbconvert pytest jupyter scipy pandas matplotlib pytables phconvert lmfit pybroom seaborn setuptools build pyqt
conda install cython numpy numba nbconvert pytest jupyter scipy pandas matplotlib pytables phconvert lmfit pybroom seaborn setuptools pyqt
- name: Install project
shell: bash -l {0}
run: |
Expand Down

0 comments on commit cd8b4a4

Please sign in to comment.