summaryrefslogtreecommitdiff
path: root/.github/workflows/audit.yaml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-05-02 19:28:24 +0200
committerGitHub <noreply@github.com>2023-05-02 13:28:24 -0400
commit68a4b2e4e46f6664980f0f96d3b9a68ba7198eb7 (patch)
treecee10dbb815a265686c0552f4da2c384ee500f0b /.github/workflows/audit.yaml
parent131e1c09379d346a468e754e06b498c6bf8394b7 (diff)
downloadspack-68a4b2e4e46f6664980f0f96d3b9a68ba7198eb7.tar.gz
spack-68a4b2e4e46f6664980f0f96d3b9a68ba7198eb7.tar.bz2
spack-68a4b2e4e46f6664980f0f96d3b9a68ba7198eb7.tar.xz
spack-68a4b2e4e46f6664980f0f96d3b9a68ba7198eb7.zip
GitHub Actions: do not install six in CI (#37361)
* GitHub Actions: do not install six in CI * Remove workflow code that was commented out * Remove any use of "six" from packages
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 062e91b0f7..bdff71220b 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 coverage[toml]
+ pip install --upgrade pip setuptools pytest coverage[toml]
- name: Package audits (with coverage)
if: ${{ inputs.with_coverage == 'true' }}
run: |