diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:19:14 +0530 |
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:19:14 +0530 |
| commit | 8edd503d2d413295ab29445eb269a57731c59664 (patch) | |
| tree | e15b6d3f4813bf932a26614e2335e0487b6156f1 /.github/workflows | |
| parent | 066a1a1e69fcbfdb0e407297e65271ff533907d2 (diff) | |
updated ReadMe
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/Codecov.yaml | 1 | ||||
| -rw-r--r-- | .github/workflows/Flask-Tests.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/Codecov.yaml b/.github/workflows/Codecov.yaml index f5ef4bc..01e754d 100644 --- a/.github/workflows/Codecov.yaml +++ b/.github/workflows/Codecov.yaml @@ -23,7 +23,6 @@ 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 1032f0c..f4d53ab 100644 --- a/.github/workflows/Flask-Tests.yaml +++ b/.github/workflows/Flask-Tests.yaml @@ -24,7 +24,6 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Tests |
