diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449f92ef..9f9711fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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