Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jul 6, 2024
1 parent 4577bf7 commit c0166e4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.12" ]
python-version: [ "3.12.4" ]
package: [pragma-utils, pragma-sdk, price-pusher, vrf-listener]
steps:
- uses: actions/checkout@v3
Expand All @@ -70,11 +70,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- uses: CfirTsabari/actions-pipx@v1
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config installer.modern-installation false
run: pipx install poetry
- name: Install dependencies
run: |
cd ${{ matrix.package }}
Expand Down Expand Up @@ -105,7 +103,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.12.4
- uses: actions/checkout@v3
- uses: CfirTsabari/actions-pipx@v1
- name: Install poetry
Expand Down Expand Up @@ -158,7 +156,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.12.4
- name: Install twine
run: pip install --upgrade twine
- name: Download all artifacts
Expand Down Expand Up @@ -190,7 +188,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.12.4
- name: Install Commitizen
run: pip install --upgrade Commitizen
- name: Configure Git
Expand Down

0 comments on commit c0166e4

Please sign in to comment.