Skip to content

Commit

Permalink
mraba/gh-actions-updates: add tox-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Feb 13, 2024
1 parent 2587648 commit 5b9c775
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ jobs:
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
.github/workflows/parameters/parameters_${{ matrix.cloud-provider }}.py.gpg > tests/parameters.py
- name: Upgrade setuptools, pip and wheel
run: python -m pip install -U setuptools pip wheel
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
- name: Install tox
run: python -m pip install tox
run: python -m pip install tox, tox-gh-actions
- name: List installed packages
run: python -m pip freeze
- name: Run tests
Expand Down

0 comments on commit 5b9c775

Please sign in to comment.