We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb2fe8 commit 927f255Copy full SHA for 927f255
.github/workflows/ci.yml
@@ -39,7 +39,15 @@ jobs:
39
pip install pytest
40
pytest
41
42
+ check:
43
+ needs: test
44
+ runs-on: ubuntu-latest
45
+ steps:
46
+ - name: Placeholder for CI checks in PRs
47
+ run: echo "Done"
48
+
49
build_win_mac:
50
51
runs-on: ${{ matrix.os }}
52
if: startsWith(github.ref, 'refs/tags')
53
strategy:
@@ -71,6 +79,7 @@ jobs:
71
79
path: dist/
72
80
73
81
build_manylinux:
82
74
83
runs-on: ubuntu-latest
75
84
76
85
steps:
@@ -89,6 +98,7 @@ jobs:
89
98
90
99
91
100
build_sdist:
101
92
102
93
103
94
104
0 commit comments