summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2021-02-22 11:53:30 -0300
committerHernan <hernan.grecco@gmail.com>2021-02-22 11:53:30 -0300
commit8d80cec02ee1ae2c8c136dadcaa2de740eb7d0c9 (patch)
tree0a360b38cdcdcd338bc82cc2c5534d0c8d74de8f /.github
parent59b8b0a19385a710f41ff16253a37371b19a5647 (diff)
downloadpint-8d80cec02ee1ae2c8c136dadcaa2de740eb7d0c9.tar.gz
Fix ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e8da0fc..33494f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
coveralls
coveralls:
- needs: test
+ needs: test-linux
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2