Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler committed Jul 14, 2024
1 parent e04a683 commit cc5bcad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
poetry install # Ensure all dependencies are installed
- name: Debug
run: |
echo $PATH
which jupyter
run: |
echo $PATH
which jupyter
- name: Verify pyyaml installation
run: |
poetry run python -c "import yaml; print('pyyaml installed successfully')"
Expand Down

0 comments on commit cc5bcad

Please sign in to comment.