Skip to content

Commit

Permalink
hotfix(build): specify python version in build env
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Jul 29, 2024
1 parent 44826eb commit 120dbd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: Set up rye
uses: eifinger/setup-rye@v4.2.1
id: setup-rye
with:
cache-prefix: ${{ matrix.python-version }}

- name: Pin python-version @ ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ jobs:
- name: Set up rye
uses: eifinger/setup-rye@v4.2.1
id: setup-rye
with:
cache-prefix: ${{ matrix.python-version }}

- name: Pin python-version @ ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
- name: Pin python-version @ 3.11
run: rye pin 3.11

- name: Install dependencies
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Set up rye
uses: eifinger/setup-rye@v4.2.1
id: setup-rye
with:
enable-cache: false
cache-prefix: ${{ matrix.python-version }}

- name: Pin python-version @ ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
Expand Down

0 comments on commit 120dbd8

Please sign in to comment.