Skip to content

Commit

Permalink
fix(ci): Fix failing create-release.yml by updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 16, 2025
1 parent 408312d commit dbef6b4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,18 @@ jobs:
- uses: UWIT-IAM/actions/[email protected]
with:
gcloud-token: ${{ secrets.GCR_TOKEN }}
- name: Install poetry
uses: abatilo/[email protected]

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install Poetry with pip
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry --version
- run: |
sudo apt-get -y install jq
poetry run pip install uw-it-build-fingerprinter tox
Expand Down

0 comments on commit dbef6b4

Please sign in to comment.