Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tduigou committed Feb 6, 2025
1 parent f736641 commit a2e7cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install dependencies for testing
run: |
conda install -n test-env -c conda-forge pytest coveralls
pip install coveralls
# conda install -n test-env -c conda-forge pytest coveralls
# conda env update -n test-env --file environment-dev.yml
- name: Run tests with coveralls
Expand Down

0 comments on commit a2e7cd9

Please sign in to comment.