Skip to content

Commit

Permalink
ci: fix weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
derlin committed Jul 28, 2024
1 parent b175bc0 commit 783aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.12

- name: Install package
run: pip install -e .[dev]
run: pip install -e .[dev,docs]

- name: Install make
run: sudo apt update && sudo apt -y --no-install-recommends install make
Expand Down

0 comments on commit 783aad4

Please sign in to comment.