Skip to content

Commit 3511577

Browse files
committed
add: git action
1 parent ad4055a commit 3511577

File tree

2 files changed

+2537
-6
lines changed

2 files changed

+2537
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: CI workflow
33
# We can specify which Github events will trigger a CI build
44
on:
55
push:
6-
branches: [main, develop]
7-
pull_request:
8-
branches:
9-
- main
106
# now define a single job 'build' (but could define more, can be anything other than build)
117
jobs:
128
build:
@@ -20,8 +16,8 @@ jobs:
2016

2117
- name: Set up Python 3.9
2218
uses: actions/setup-python@v3
23-
with:
24-
python-version: "3.9"
19+
with:
20+
python-version: "3.10"
2521
- name: Install Python Dependencies
2622
run: |
2723
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)