Skip to content

Commit

Permalink
Merge pull request #333 from duckinator/duckinator-patch-1
Browse files Browse the repository at this point in the history
[CI] Don't install Rust on FreeBSD
  • Loading branch information
duckinator authored Nov 9, 2023
2 parents 6b3b08c + 8b68b15 commit 728799b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ FreeBSD_task:
- PYTHON: 3.11
install_script:
- PY=`echo $PYTHON | tr -d '.'`
# Rust is installed because: twine -> readme-renderer -> nh3 (which is Rust)
- pkg install -y python${PY} git rust
- pkg install -y python${PY} git
- python${PYTHON} -m ensurepip
pip_install_script:
- python${PYTHON} -m pip install -U --upgrade-strategy eager pip 'setuptools>61'
Expand Down

0 comments on commit 728799b

Please sign in to comment.