Skip to content

Commit d4936b9

Browse files
committed
Update main.yml
1 parent 4cec042 commit d4936b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Python package
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches:
910
- main
@@ -26,6 +27,7 @@ jobs:
2627
uses: actions/setup-python@v3
2728
with:
2829
python-version: ${{ matrix.python-version }}
30+
os: ubuntu-latest
2931
- name: Install dependencies
3032
run: |
3133
pip install --upgrade pip

0 commit comments

Comments
 (0)