Skip to content

Commit

Permalink
Install 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 c0207fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 18

- run: pip install pdm==2.12.4
- run: curl -sSf https://rye-up.com/get | bash

- run: make install

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

- run: pip install pdm==2.12.4
- run: curl -sSf https://rye-up.com/get | bash

- run: make install

Expand Down

0 comments on commit c0207fe

Please sign in to comment.