Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup rye on ci/cd
Browse files Browse the repository at this point in the history
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
@@ -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

@@ -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

0 comments on commit 4df4410

Please sign in to comment.