Skip to content

Commit

Permalink
use conda install with --use-local
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Oct 10, 2024
1 parent 1846ad7 commit 91721a6
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 @@ -25,7 +25,7 @@ jobs:
- name: Update Environment with Reportengine
shell: bash -l {0}
run: |
conda env update -n test --use-local reportengine
conda install --use-local reportengine
- name: Install pytest dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 91721a6

Please sign in to comment.