Skip to content

Commit 7947252

Browse files
committed
BLD/CI: Try running with same command as installing conda
1 parent d15a883 commit 7947252

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
python-version: ["3.10", "3.11", "3.12"]
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Python ${{ matrix.python-version }}
14+
- name: Testing with Python ${{ matrix.python-version }}
1515
uses: conda-incubator/setup-miniconda@v3
1616
with:
1717
auto-update-conda: true
1818
python-version: ${{ matrix.python-version }}
1919
activate-environment: numpy-financial-dev
2020
environment-file: environment.yml
21-
- name: Test with pytest
2221
run: |
23-
conda activate numpy-financial-dev
2422
spin test -- --doctest-modules

0 commit comments

Comments
 (0)