Skip to content

Commit

Permalink
unpin build dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 2302ac7 commit d808073
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:

- name: Installing build dependencies
run: |
pip install markupsafe==2.0.1
pip install jupyter==1.0.0
pip install -U jupyter-book==1.0.0
pip install nbmake==1.5.3
pip install pytest-xdist==3.5.0
pip install markupsafe
pip install jupyter
pip install -U jupyter-book
pip install nbmake
pip install pytest-xdist
- name: Printing environment
run: pip freeze
Expand Down

0 comments on commit d808073

Please sign in to comment.