Skip to content

Commit 18c6769

Browse files
committed
ci/conda: fix version parsing
1 parent d695b21 commit 18c6769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
activate-environment: eigenpy
2525
auto-update-conda: true
2626
environment-file: .github/workflows/conda/environment.yml
27-
python-version: 3.10
27+
python-version: '3.10'
2828

2929
- uses: actions/cache@v2
3030
with:

0 commit comments

Comments
 (0)