Skip to content

Commit e7e60ba

Browse files
committed
removed cache config
1 parent 5dd4340 commit e7e60ba

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/actions/setup_rye/action.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@ name: Set up rye
22
runs:
33
using: 'composite'
44
steps:
5-
# rye uses uv under the hood, so we need to set the cache directory correctly, based on the OS
6-
- name: Set UV_CACHE_DIR for Linux
7-
if: runner.os == 'Linux'
8-
run: |
9-
echo "UV_CACHE_DIR=/home/runner/.cache/uv" >> $GITHUB_ENV
10-
shell: bash
11-
- name: Set MATURIN_PEP517_ARGS for Linux
12-
if: runner.os == 'Linux'
13-
# make sure we always use zig, to get manylinux2014 compatible rust binaries
14-
run: |
15-
echo "MATURIN_PEP517_ARGS=--zig" >> $GITHUB_ENV
16-
shell: bash
17-
- name: Set UV_CACHE_DIR for Windows
18-
if: runner.os == 'Windows'
19-
run: echo "UV_CACHE_DIR=C:\\Users\\useblocks\\AppData\\Local\\uv-${{ runner.name }}" >> $env:GITHUB_ENV
20-
shell: pwsh
215
# now install rye and sync the dependencies
226
- uses: eifinger/setup-rye@v4
237
with:

0 commit comments

Comments
 (0)