Skip to content

Commit

Permalink
Try pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 23, 2024
1 parent b545e27 commit af9ca24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Dependencies
shell: pwsh
run: pip install -r src/docs/requirements.txt
run: pip3 install -r src/docs/requirements.txt

- name: Build Documentation
shell: pwsh
Expand Down

0 comments on commit af9ca24

Please sign in to comment.