Skip to content

Commit

Permalink
Try python -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 23, 2024
1 parent 96f969e commit 1478de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5

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

- name: Build Documentation
shell: pwsh
Expand Down

0 comments on commit 1478de2

Please sign in to comment.