We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771c50 commit d227ed1Copy full SHA for d227ed1
.github/workflows/publish-to-test-pypi.yml
@@ -30,8 +30,6 @@ jobs:
30
os: [ubuntu-latest] #, mac-latest]
31
python-version: ["3.11", "3.12", "3.13"]
32
runs-on: ${{ matrix.os }}
33
- env:
34
- GITHUB_ACTION: True
35
steps:
36
- uses: actions/checkout@v4
37
- name: Set up Python ${{ matrix.python-version }}
@@ -47,6 +45,8 @@ jobs:
47
45
run: |
48
46
PYTHON_PATH=$(which python)
49
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
+ env:
+ GITHUB_ACTION: True
50
- name: Gather coverage statistics
51
if: ${{ always() }}
52
0 commit comments