Skip to content

Commit 26b669c

Browse files
committed
Fix typo in actions
1 parent 2550347 commit 26b669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: actions/setup-python@c2
34+
- uses: actions/setup-python@v2
3535
- uses: conda-incubator/setup-miniconda@v2
3636
with:
3737
auto-update-conda: true

0 commit comments

Comments
 (0)