Skip to content

Commit

Permalink
Updated environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Oct 17, 2024
1 parent 24c4b6d commit 9140b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- shell: bash -el {0}
run: |
conda info --envs
conda activate myqlm_dask
conda activate test
# python -m pip install --upgrade pip
# pip install flake8 pytest
# #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand All @@ -43,5 +43,5 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
conda activate myqlm_dask
conda activate test
pytest
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def run_tests(self):
tests_require=["pytest"],
cmdclass={'test': PyTest},
)

0 comments on commit 9140b14

Please sign in to comment.