Skip to content

Commit

Permalink
pip install local
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 27, 2024
1 parent a741706 commit 9542b8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
set -e
python3 -m venv .venv
source .venv/bin/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install pytest nesst
pip install .[tests] --find-links dist --force-reinstall
pytest
- name: pytest
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
Expand All @@ -76,7 +75,7 @@ jobs:
pip3 install -U pip pytest nesst
run: |
set -e
pip3 install fusion_neutron_utils --find-links dist --force-reinstall
pip3 install .[tests] --find-links dist --force-reinstall
pytest
windows:
Expand Down Expand Up @@ -112,7 +111,7 @@ jobs:
set -e
python3 -m venv .venv
source .venv/Scripts/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install .[tests] --find-links dist --force-reinstall
pip install pytest nesst
pytest
Expand Down

0 comments on commit 9542b8e

Please sign in to comment.