We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd5821 commit 84a4093Copy full SHA for 84a4093
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,3 @@
1
-```yaml
2
name: Python Package CI
3
4
on: [push, pull_request]
@@ -23,4 +22,3 @@ jobs:
23
22
- name: Test with pytest
24
run: |
25
pytest
26
- ```
0 commit comments