We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a71ade commit f1919b1Copy full SHA for f1919b1
.github/workflows/python-package.yml
@@ -1,3 +1,14 @@
1
+# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
+# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
+
4
+name: Test Python package
5
6
+on:
7
+ push:
8
+ branches: [ main ]
9
+ pull_request:
10
11
12
jobs:
13
build:
14
runs-on: ubuntu-22.04
0 commit comments