Skip to content

Commit

Permalink
Also install new packages into the correct environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Mar 8, 2024
1 parent 8cee87d commit 1c52b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
edm plumbing remove-package --environment scimath-test scipy
- name: Re-install dependencies using pip
run: |
edm run -- python -m pip install --force-reinstall "git+http://github.com/enthought/traits.git#egg=traits"
edm run -- python -m pip install --force-reinstall scipy
edm run --environment scimath-test -- python -m pip install --force-reinstall "git+http://github.com/enthought/traits.git#egg=traits"
edm run --environment scimath-test -- python -m pip install --force-reinstall scipy
- name: Run tests
run: edm run -- python etstool.py test --runtime=${{ matrix.runtime }} --environment scimath-test

0 comments on commit 1c52b6e

Please sign in to comment.