Skip to content

Commit 1dfff82

Browse files
committed
ok.. tests later maybe
1 parent eebbc4f commit 1dfff82

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/wheels.yml

-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
# Used to host cibuildwheel
1716
- uses: actions/setup-python@v2
1817

1918
- name: Install cibuildwheel
@@ -24,10 +23,6 @@ jobs:
2423
env:
2524
CIBW_ENVIRONMENT:
2625
CIBW_BEFORE_ALL_LINUX: ${{ format('sh tools/install_pg.sh {0}', github.ref) }}
27-
28-
- name: Run tests
29-
run: pytest tests/
30-
3126
- uses: actions/upload-artifact@v2
3227
with:
3328
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)