From 81e353b71eacb30d2eec730b6516887c827cd3ba Mon Sep 17 00:00:00 2001 From: Shroominic Date: Wed, 22 Nov 2023 21:17:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20rye=20installation=20me?= =?UTF-8?q?thod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index 342a56d..6a1644b 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -14,7 +14,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install rye and dependencies - run: curl -sSf https://rye-up.com/get | bash + uses: eifinger/setup-rye@v1 - name: Sync rye run: rye sync - name: Run pre-commit