Skip to content

Commit

Permalink
Update up.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored Oct 22, 2023
1 parent 38a6bc0 commit 9c90d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: pip upgrade
run: pip install --upgrade pip

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 9c90d13

Please sign in to comment.