Skip to content

Commit

Permalink
Install pre-built wheel for linkcheck on Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 11, 2022
1 parent 57b8814 commit ff3191e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ linkcheck_task:
container: {image: "python:3.10-bullseye"}
depends_on: [finalize]
allow_failures: true
dist_cache: {folder: dist, fingerprint_script: echo $CIRRUS_BUILD_ID} # download
<<: *task-template
install_script: pip install tox
linkcheck_script: tox -e linkcheck -- -q
linkcheck_script: tox --installpkg dist/*.whl -e linkcheck -- -q

publish_task:
name: publish (Linux - 3.10)
Expand Down

0 comments on commit ff3191e

Please sign in to comment.