Skip to content

Commit e9366f1

Browse files
committed
action debugging
1 parent e7bf7b3 commit e9366f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pytest.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- name: Activate virtualenv
2626
run: |
2727
. .venv/bin/activate
28+
which python
2829
echo PATH=$PATH >> $GITHUB_ENV
2930
- name: Install dependencies
30-
run: make install-dev
31+
run: |
32+
which python
33+
make install-dev
3134
- name: Run tests with pytest
3235
run: make test

0 commit comments

Comments
 (0)