Skip to content

Commit

Permalink
fix examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Apr 4, 2024
1 parent db2a2f5 commit 27c7847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
python-version: 3.11
- name: install python requirements for notebooks
run: |
cd examples
python -m pip install --upgrade pip
python -m pip install .
cd examples
python -m pip install p2j
- name: test example notebooks
run: |
Expand Down

0 comments on commit 27c7847

Please sign in to comment.