Skip to content

Commit

Permalink
CI: install nbstripout explicitly and check the installed package list
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jun 22, 2023
1 parent 38565f5 commit 901f1ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
pip install virtualenv
virtualenv .env
source .env/bin/activate
pip install --no-deps -r requirements.txt
pip install --no-deps -e .
pip install nbstripout
pip list
- name: Update utils/settings.json
shell: python
Expand Down

0 comments on commit 901f1ed

Please sign in to comment.