Skip to content

Commit 9c0f263

Browse files
committed
MAINT: Use correct environment name in cicd
1 parent 82f39c5 commit 9c0f263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
auto-update-conda: true
2121
python-version: ${{ matrix.python-version }}
22-
activate-environment: numpy-financial-dev
22+
activate-environment: npf-dev
2323
environment-file: environment.yml
2424
auto-activate-base: false
2525
- name: Conda metadata

0 commit comments

Comments
 (0)