Skip to content

Commit

Permalink
chore(deps): install setuptools before install deps from requirements…
Browse files Browse the repository at this point in the history
….txt
  • Loading branch information
DmitriyLewen committed Oct 27, 2023
1 parent de6af16 commit 9684f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python-version: 3.x
- name: Install dependencies
run: |
pip install setuptools
pip install -r docs/build/requirements.txt
- name: Configure the git user
run: |
Expand Down

0 comments on commit 9684f83

Please sign in to comment.