summaryrefslogtreecommitdiff
path: root/.github/workflows/audit.yaml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-04-12 19:28:55 +0200
committerGitHub <noreply@github.com>2023-04-12 19:28:55 +0200
commita7ae996e6ba25c5e3463cd2ecd7943a106d7c80f (patch)
tree7c9317a69dd774a2c82b45049cdf22c5f658e2bb /.github/workflows/audit.yaml
parente08c02c471bfe1442a1b655effcf70fa3349f97d (diff)
downloadspack-a7ae996e6ba25c5e3463cd2ecd7943a106d7c80f.tar.gz
spack-a7ae996e6ba25c5e3463cd2ecd7943a106d7c80f.tar.bz2
spack-a7ae996e6ba25c5e3463cd2ecd7943a106d7c80f.tar.xz
spack-a7ae996e6ba25c5e3463cd2ecd7943a106d7c80f.zip
Stop installing codecov from pip (#36804)
It shouldn't be needed since we use Codecov's Github action See here for more information https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r--.github/workflows/audit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index 22d023fcd4..f711375315 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -25,7 +25,7 @@ jobs:
python-version: ${{inputs.python_version}}
- name: Install Python packages
run: |
- pip install --upgrade pip six setuptools pytest codecov coverage[toml]
+ pip install --upgrade pip six setuptools pytest coverage[toml]
- name: Package audits (with coverage)
if: ${{ inputs.with_coverage == 'true' }}
run: |