Skip to content

Commit

Permalink
MAINT: pin constraints in GitHub Actions jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 10, 2023
1 parent b9d376f commit 295e87a
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install -e .[doc] tox
- run: pip install -e .[doc] tox -c .constraints/py3.10.txt
- name: Fetch Jupyter cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 295e87a

Please sign in to comment.