Skip to content

Commit 1932bff

Browse files
fix syntax
1 parent a61ac67 commit 1932bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0 # required to analyze which files are modified in this branch
2020
- name: Set up conda
21-
- uses: conda-incubator/setup-miniconda@v3
21+
uses: conda-incubator/setup-miniconda@v3
2222
with:
2323
auto-update-conda: false
2424
python-version: "3.10"

0 commit comments

Comments
 (0)