Skip to content

Commit

Permalink
Pin the version of Python for underlying CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Apr 7, 2024
1 parent 1a20287 commit f6e58b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rye
uses: eifinger/setup-rye@v2
- name: Pin the version of Python to be used
run: |
rye pin ${{ matrix.python-version }}
- name: Install dependencies
run: |
rye pin ${{ matrix.python-version }}
rye sync
- name: Run checks
run: |
Expand Down

0 comments on commit f6e58b2

Please sign in to comment.