Skip to content

Commit 3aa33d2

Browse files
author
Sagi Polaczek
committed
try to fix installation
1 parent 5d31928 commit 3aa33d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ jobs:
6363
run: |
6464
# $CONDA is an environment variable pointing to the root of the miniconda directory
6565
echo $CONDA/bin >> $GITHUB_PATH
66+
- name: DEBUG
67+
run: |
68+
python --version; python3 --version; pip --version; pip3 --version
69+
6670
- name: Install dependencies
6771
run: |
68-
pip install -q .[examples]
72+
pip3 install -q .[examples]
6973
- name: Test with pytest
7074
run: |
7175
pytest --durations=40 --cov=mammal --cov-fail-under=45 --capture=no mammal/examples/tests

0 commit comments

Comments
 (0)