diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 13b2ec3..fa83dc3 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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 @@ -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 @@ -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