We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1226d61 commit 4bee3bfCopy full SHA for 4bee3bf
.github/workflows/python-package.yml
@@ -3,11 +3,11 @@ name: Python Package using Conda
3
on:
4
push:
5
branches:
6
- - master
+ - TT-394-Git-Hub-Action-to-Time-tracker-Backend-V2
7
8
pull_request:
9
10
11
12
jobs:
13
build-linux:
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
- - name: Set up Python 3.7
+ - name: Set up Python 3.10.0
21
uses: actions/setup-python@v2
22
with:
23
- python-version: 3.7
+ python-version: 3.10.0
24
- name: Add conda to system path
25
run: |
26
# $CONDA is an environment variable pointing to the root of the miniconda directory
0 commit comments