Skip to content

Commit

Permalink
Add pyyaml to Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Aug 18, 2023
1 parent 5b069ee commit 0948f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
set -e
ls -lh dist
pip install nyx_space --find-links dist --force-reinstall -v --no-cache-dir
pip install pytest numpy pandas plotly pyarrow scipy
pip install pytest numpy pandas plotly pyarrow scipy pyyaml
pytest
- name: Upload python tests HTMLs
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
set -e
ls -lh dist
pip install --find-links dist --force-reinstall nyx_space
pip install pytest numpy pandas plotly pyarrow
pip install pytest numpy pandas plotly pyarrow pyyaml
pytest
macos:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
set -e
ls -lh dist
pip install --find-links dist --force-reinstall nyx_space
pip install pytest numpy pandas plotly pyarrow
pip install pytest numpy pandas plotly pyarrow pyyaml
pytest
sdist:
Expand Down

0 comments on commit 0948f75

Please sign in to comment.