Skip to content

Commit 4bee3bf

Browse files
committed
ci: TT-394 upgrade python verion
1 parent 1226d61 commit 4bee3bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Python Package using Conda
33
on:
44
push:
55
branches:
6-
- master
6+
- TT-394-Git-Hub-Action-to-Time-tracker-Backend-V2
77

88
pull_request:
99
branches:
10-
- master
10+
- TT-394-Git-Hub-Action-to-Time-tracker-Backend-V2
1111

1212
jobs:
1313
build-linux:
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up Python 3.7
20+
- name: Set up Python 3.10.0
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.7
23+
python-version: 3.10.0
2424
- name: Add conda to system path
2525
run: |
2626
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)