aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/Codecov.yaml1
-rw-r--r--.github/workflows/Flask-Tests.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/Codecov.yaml b/.github/workflows/Codecov.yaml
index 01e754d..f5ef4bc 100644
--- a/.github/workflows/Codecov.yaml
+++ b/.github/workflows/Codecov.yaml
@@ -23,6 +23,7 @@ jobs:
- name: Install Dependencies
run: |
+ python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-cov
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