File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Python Package using Conda
1+ name : Time Tacker CI/ CD
22
33on :
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
1212jobs :
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 : |
You can’t perform that action at this time.
0 commit comments