Skip to content

Commit

Permalink
Pin to 3.8.1 in bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Mar 25, 2022
1 parent abd1e56 commit 6ac61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ python3 -m venv .bonfire_venv
source .bonfire_venv/bin/activate

pip install --upgrade pip 'setuptools<58' wheel
pip install --upgrade 'crc-bonfire>=3.7.0'
pip install --upgrade 'crc-bonfire==3.8.1' # pin to 3.8.1 for now because 'resources' has gone missing

# clone repo to download cicd scripts
rm -fr $BONFIRE_ROOT
Expand Down

0 comments on commit 6ac61bf

Please sign in to comment.