Skip to content

Commit

Permalink
feat: updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lc_hd committed Nov 7, 2023
1 parent 8189275 commit 1ee9b8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Display Python Version
run: python -c "import sys; print(sys.version)"

- name: Install Requirements
- run: python -m pip install --upgrade pip
- run: pip install -r requirements.txt
- name: Install PIP
run: python -m pip install --upgrade pip

- name: Install Requirements
run: pip install -r requirements.txt

0 comments on commit 1ee9b8c

Please sign in to comment.