We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a883 commit 7947252Copy full SHA for 7947252
.github/workflows/pythonpackage.yml
@@ -11,14 +11,12 @@ jobs:
11
python-version: ["3.10", "3.11", "3.12"]
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Testing with Python ${{ matrix.python-version }}
15
uses: conda-incubator/setup-miniconda@v3
16
with:
17
auto-update-conda: true
18
python-version: ${{ matrix.python-version }}
19
activate-environment: numpy-financial-dev
20
environment-file: environment.yml
21
- - name: Test with pytest
22
run: |
23
- conda activate numpy-financial-dev
24
spin test -- --doctest-modules
0 commit comments