Skip to content

Commit 5927582

Browse files
committed
remove another tab in workflow yml file
1 parent c6b3384 commit 5927582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
# os: [ubuntu-latest]
24-
# pin to python-3.7.16 because github actions has a bug with _bz2 on
25-
# ubunutu for 3.7.17
24+
# pin to python-3.7.16 because github actions has a bug with _bz2 on
25+
# ubunutu for 3.7.17
2626
python-version: [3.7.16, 3.8, 3.9, 3.10, 3.11]
2727
os: [ubuntu-latest, macos-latest]
2828
# python-version: [3.7, 3.8] #3.8 currently fails due to numpy error

0 commit comments

Comments
 (0)