We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a514ab commit a100a1dCopy full SHA for a100a1d
.github/workflows/deploy.yaml
@@ -8,8 +8,8 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: '3.10'
15
cache: "pip"
@@ -23,7 +23,7 @@ jobs:
23
# install torch and torchvision for docs
24
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
25
nbdev_install_quarto
26
- test -f setup.py && pip install -e ".[dev]"
+ test -f setup.py && pip install -e ".[dev]" -U
27
- name: Build docs
28
shell: bash
29
run: |
0 commit comments