Skip to content

Commit

Permalink
update python
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Sep 10, 2024
1 parent 209dee9 commit 704279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg"
[ ${cloud_provider} == gcp ] && PARAMS_FILE="${PARAMETERS_DIR}/parameters_gcp.py.gpg"
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > test/parameters.py

python3.8 -m venv venv
python3.10 -m venv venv
. venv/bin/activate
pip install -U tox>=4

Expand Down

0 comments on commit 704279a

Please sign in to comment.