Skip to content

Commit f1919b1

Browse files
authored
Update python-package.yml
1 parent 8a71ade commit f1919b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/python-package.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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+
branches: [ main ]
11+
112
jobs:
213
build:
314
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)