Skip to content

Commit ff6fd7f

Browse files
uncomment the dependencies
1 parent 5e9d72a commit ff6fd7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/first-action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: actions/setup-python@v4
1313
with:
1414
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
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
1919
- name: Run Test
2020
run: python test.py
2121
deploy:

0 commit comments

Comments
 (0)