diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:20:32 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:20:32 +0530 |
commit | 847a571e93c2600b466542e54936abf25cc1c675 (patch) | |
tree | 668378334cc640d06947e8fa6ddbdbccc9e959cb /.github/workflows/Flask-Tests.yaml | |
parent | 8edd503d2d413295ab29445eb269a57731c59664 (diff) |
loosen up
Diffstat (limited to '.github/workflows/Flask-Tests.yaml')
-rw-r--r-- | .github/workflows/Flask-Tests.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/Flask-Tests.yaml b/.github/workflows/Flask-Tests.yaml index f4d53ab..1032f0c 100644 --- a/.github/workflows/Flask-Tests.yaml +++ b/.github/workflows/Flask-Tests.yaml @@ -24,6 +24,7 @@ jobs: - name: Install Dependencies run: | + python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Tests |