Skip to content

Commit

Permalink
added nesst to pytest install
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 27, 2024
1 parent 1449890 commit a741706
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github -o .github/workflows/python-publish.yml --pytest --platform manylinux windows
#
name: CI
name: PyPI Publish

on:
push:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install pytest
pip install pytest nesst
pytest
- name: pytest
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
Expand All @@ -73,7 +73,7 @@ jobs:
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest
pip3 install -U pip pytest nesst
run: |
set -e
pip3 install fusion_neutron_utils --find-links dist --force-reinstall
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
python3 -m venv .venv
source .venv/Scripts/activate
pip install fusion_neutron_utils --find-links dist --force-reinstall
pip install pytest
pip install pytest nesst
pytest
sdist:
Expand Down

0 comments on commit a741706

Please sign in to comment.