Skip to content

Commit afc4187

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Python Package using Conda
1+
name: Time Tacker CI/ CD
22

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,17 +17,17 @@ 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
2727
echo $CONDA/bin >> $GITHUB_PATH
2828
- name: Install dependencies
2929
run: |
30-
conda env update --file environment.yml --name base
30+
# conda env update --file environment.yml --name base
3131
pip install -r V2/requirements.txt
3232
- name: Lint with flake8
3333
run: |

0 commit comments

Comments
 (0)