File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Python package
1
+ name : Test package
2
2
3
3
on : [push, pull_request]
4
4
@@ -12,14 +12,12 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions /setup-python@v4
15
+ uses : conda-incubator /setup-miniconda@v3
16
16
with :
17
+ auto-update-conda : true
17
18
python-version : ${{ matrix.python-version }}
18
- - name : Install dependencies
19
- run : |
20
- python -m pip install --upgrade pip poetry
21
- poetry env use ${{ matrix.python-version }}
22
- poetry install --with=test
19
+ activate-environment : numpy-financial-dev
20
+ environment-file : environment.yml
23
21
- name : Test with pytest
24
22
run : |
25
- poetry run pytest --doctest-modules
23
+ spin test -- --doctest-modules
You can’t perform that action at this time.
0 commit comments