Skip to content

Commit d26c5f6

Browse files
committed
another fix for gh-actions
1 parent 1ff9125 commit d26c5f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@ jobs:
4343
pip install -r test_requirements.txt
4444
cd test/ && MPLBACKEND=Agg pytest --cov tikzplotlib
4545
- name: Submit to codecov
46-
run: |
47-
pwd
48-
ls
49-
echo $HOME
50-
bash <(curl -s https://codecov.io/bash) -R ~/work
46+
run: bash <(curl -s https://codecov.io/bash) -R ~/work/tikzplotlib

0 commit comments

Comments
 (0)