Skip to content

Commit 3364f59

Browse files
committed
ci: fix pre-commit flag and conda warning for setup-miniconda
Made-with: Cursor
1 parent 144d638 commit 3364f59

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run:
3636
shell: bash -l {0}
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- uses: conda-incubator/setup-miniconda@v3
4141
with:
@@ -45,6 +45,7 @@ jobs:
4545
activate-environment: osl-web
4646
auto-update-conda: true
4747
conda-solver: libmamba
48+
conda-remove-defaults: true
4849

4950
- name: Install dependencies
5051
run: |
@@ -56,7 +57,7 @@ jobs:
5657
if: ${{ github.event_name == 'pull_request' }}
5758
run: |
5859
pre-commit install
59-
pre-commit run --all-file --verbose
60+
pre-commit run --all-files --verbose
6061
6162
- name: Build the book
6263
run: |

0 commit comments

Comments
 (0)