Skip to content

Commit

Permalink
Setup rye on ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Apr 29, 2024
1 parent 3204a17 commit 4df4410
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
with:
node-version: 18

- run: pip install pdm==2.12.4
- name: Install the latest version of rye
uses: eifinger/setup-rye@v2

- run: make install

Expand Down Expand Up @@ -74,7 +75,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- run: pip install pdm==2.12.4
- name: Install the latest version of rye
uses: eifinger/setup-rye@v2

- run: make install

Expand Down

0 comments on commit 4df4410

Please sign in to comment.