Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler authored Jul 12, 2024
1 parent 15b2d2e commit c3f4afd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry install # Ensure all dependencies are installed
- name: Verify pyyaml installation
run: |
poetry run python -c "import yaml; print('pyyaml installed successfully')"
- name: Install R dependencies
run: |
Expand Down

0 comments on commit c3f4afd

Please sign in to comment.