Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jan 23, 2024
1 parent 5d16c58 commit a14e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"

- name: Install python packages
run: pip install -r requirements.txt
run: pip install -c dev-requirements.txt -e .[dev]

- name: Build docs
run: tox -e docs
Expand Down

0 comments on commit a14e4af

Please sign in to comment.