Skip to content

Commit

Permalink
ci: restore syphar/restore-virtualenv action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Dec 18, 2024
1 parent 4d5fc45 commit 359d63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
with:
command: install
args: --debug cargo-make
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- uses: syphar/restore-virtualenv@v1
# may protect against linking failure: no space left on device
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
command: install
args: --debug cargo-make
- uses: syphar/restore-virtualenv@v1
- name: Build qcs-sdk-python documentation
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 359d63e

Please sign in to comment.