Skip to content

Commit 1ff9125

Browse files
committed
gh-actions: more debug
1 parent f9e39cb commit 1ff9125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
run: |
4242
pip install pytest pytest-cov
4343
pip install -r test_requirements.txt
44-
MPLBACKEND=Agg pytest --cov tikzplotlib
44+
cd test/ && MPLBACKEND=Agg pytest --cov tikzplotlib
4545
- name: Submit to codecov
4646
run: |
4747
pwd
4848
ls
49+
echo $HOME
4950
bash <(curl -s https://codecov.io/bash) -R ~/work

0 commit comments

Comments
 (0)