Skip to content

Commit 0d91bf3

Browse files
author
Abhiram Mullapudi
committed
renaming conda test name
1 parent faf72b8 commit 0d91bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
path: nrtest-swmm/dist/*.whl
3535

36-
build_conda_wheels:
36+
test_conda_build:
3737
name: Conda wheel test mac
3838
runs-on: macos-latest
3939
defaults:
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
auto-update-conda: true
5252
channels: conda-forge
53+
# Python 3.9 does not support all libs we need in swmm-python
5354
python-version: 3.8
5455

5556
- name: Install required system packages

0 commit comments

Comments
 (0)