Skip to content

Commit 23ffe3c

Browse files
committed
.
1 parent 8ca8b06 commit 23ffe3c

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/tests.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,10 @@ jobs:
3434
echo "python_version=$(python3 scripts/get_python_version.py)" >> "$GITHUB_OUTPUT"
3535
pip3 install --user uv maturin
3636
id: get-python-version
37-
- uses: conda-incubator/setup-miniconda@v3
37+
- uses: actions/setup-python@v5
3838
with:
39-
miniforge-version: latest
40-
activate-environment: test
4139
python-version: ${{ steps.get-python-version.outputs.python_version }}
42-
- name: Cache Conda environment
43-
id: cache-conda
44-
uses: actions/cache@v4
45-
env:
46-
cache-name: cache-conda
47-
with:
48-
path: ~/miniconda3/envs/test
49-
key: ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/x86_64-unknown-linux-gnu/requirements_dev.txt', 'scripts/install.sh', '.github/workflows/tests.yml', 'rust/**') }}
50-
# restore-keys: |
51-
# ${{ runner.os }}-conda-${{ env.cache-name }}-
52-
# ${{ runner.os }}-conda-
53-
# ${{ runner.os }}-
54-
- if: steps.cache-conda.outputs.cache-hit == 'true'
55-
run: echo 'conda cache hit!'
5640
- name: Install dependencies
57-
if: steps.cache-conda.outputs.cache-hit != 'true'
5841
run: |
5942
# python -m pip install --upgrade pip
6043
uv pip install -r deps/x86_64-unknown-linux-gnu/requirements_dev.txt

0 commit comments

Comments
 (0)