Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
More github pipeline fixes for gh cli (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 7, 2024
1 parent bb60379 commit 0bab831
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
FORCE_COLOR: 1 # tox, pytest, ansible-lint
PY_COLORS: 1
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed by 'gh' cli
jobs:
prepare:
name: prepare
Expand Down Expand Up @@ -54,6 +50,9 @@ jobs:
# proof that we failed to catch a bug by not running it. Using
# distribution should be preferred instead of custom builds.
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed by 'gh' cli
FORCE_COLOR: 1 # tox, pytest, ansible-lint
PY_COLORS: 1
# Number of expected test passes, safety measure for accidental skip of
# tests. Update value if you add/remove tests.
PYTEST_REQPASS: 850
Expand All @@ -78,9 +77,6 @@ jobs:
cache: pip
python-version: ${{ matrix.python_version || '3.10' }}

# - name: Run ./tools/test-setup.sh
# run: ./tools/test-setup.sh

- name: Install tox
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 0bab831

Please sign in to comment.