Skip to content

Commit 25c6266

Browse files
committed
fix: ci
1 parent 828d38b commit 25c6266

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-name: cache-conda
3030
with:
3131
path: ~/miniconda3/envs/test
32-
key: ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt', 'scripts/install_binaries.sh') }}
32+
key: ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt') }}
3333
# restore-keys: |
3434
# ${{ runner.os }}-conda-${{ env.cache-name }}-
3535
# ${{ runner.os }}-conda-
@@ -42,8 +42,6 @@ jobs:
4242
# python -m pip install --upgrade pip
4343
uv pip install -r deps/requirements_dev.txt
4444
uv pip install -e .
45-
bash scripts/install_binaries.sh
46-
python scripts/health.py
4745
- name: Run pytest
4846
run: |
4947
set +e # Do not exit shell on pytest failure
@@ -96,7 +94,7 @@ jobs:
9694
with:
9795
# npm cache files are stored in `~/.npm` on Linux/macOS
9896
path: ~/miniconda3/envs/test
99-
key: ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt', 'scripts/install_binaries.sh') }}
97+
key: ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt') }}
10098
# restore-keys: |
10199
# ${{ runner.os }}-conda-${{ env.cache-name }}-
102100
# ${{ runner.os }}-conda-
@@ -109,8 +107,6 @@ jobs:
109107
# python -m pip install --upgrade pip
110108
uv pip install -r deps/requirements_dev.txt
111109
uv pip install -e .
112-
bash scripts/install_binaries.sh
113-
python scripts/health.py
114110
- name: Run doctest
115111
run: |
116112
set +e # Do not exit shell on pytest failure

0 commit comments

Comments
 (0)