We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9d72a commit ff6fd7fCopy full SHA for ff6fd7f
1 file changed
.github/workflows/first-action.yml
@@ -12,10 +12,10 @@ jobs:
12
uses: actions/setup-python@v4
13
with:
14
python-version: '3.x'
15
- # - name: Install Dependencies
16
- # run: |
17
- # python -m pip install --upgrade pip
18
- # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ - name: Install Dependencies
+ run: |
+ python -m pip install --upgrade pip
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
19
- name: Run Test
20
run: python test.py
21
deploy:
0 commit comments