Skip to content

Commit

Permalink
test: don't install nbmake package in github workflow, since we are n…
Browse files Browse the repository at this point in the history
…ot currently using it
  • Loading branch information
LuisScoccola committed Mar 4, 2024
1 parent 163f955 commit 4215778
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest nbmake
: # pip install pytest nbmake
pip install pytest
- name: Run test
run: |
: # we were also testing the jupyter notebooks with the command below
Expand Down Expand Up @@ -53,7 +54,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest nbmake
: # pip install pytest nbmake
pip install pytest
- name: Run test
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4215778

Please sign in to comment.