Skip to content

Commit 14152d3

Browse files
committed
update actions
1 parent e48cba3 commit 14152d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/unit_test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
with:
2020
activate-environment: gglasso_env
2121
environment-file: environment.yml
22-
python-version: 3.8
22+
python-version: 3.9
2323

2424
# Install package and run tests
2525
- name: run tests
2626
# This one is very important so we can reuse conda env from last step
2727
shell: bash -l {0}
2828
run: |
29-
pip install -e .
30-
conda list
31-
pytest gglasso/tests -v
29+
python -m pip install --editable .
30+
pytest tests/ -v

0 commit comments

Comments
 (0)