We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e53ac commit c0eb9e9Copy full SHA for c0eb9e9
.github/workflows/docs.yml
@@ -25,6 +25,8 @@ jobs:
25
26
- name: Install deps
27
run: |
28
+ python -m ensurepip --upgrade
29
+ python -m pip install --upgrade setuptools
30
python -m pip install wheel
31
python -m pip install -r requirements/CI/requirements.txt
32
# Install the local package so that stdpopsim is in the path,
0 commit comments