Skip to content

Commit a490a5c

Browse files
Merge branch 'master' of https://github.com/adapt-python/adapt
2 parents c668cf7 + feacde2 commit a490a5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13+
14+
1315
linux-quick:
1416
runs-on: ubuntu-latest
1517

@@ -64,10 +66,7 @@ jobs:
6466
# pylint adapt tests || exit 0
6567
# - name: Test with pytest
6668
# run: |
67-
# pytest --cov=adapt
68-
# - name: Upload codecov
69-
# run: |
70-
# codecov
69+
# pytest
7170

7271

7372
# windows:

0 commit comments

Comments
 (0)