Skip to content

Commit 3a36631

Browse files
authored
Fix conda setup action version in workflow
1 parent 02f5723 commit 3a36631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: Set up conda
26-
uses: conda-incubator/setup-miniconda@v3.2
26+
uses: conda-incubator/setup-miniconda@v3
2727
with:
2828
activate-environment: simdec
2929
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)