Skip to content

Commit d227ed1

Browse files
committed
Don't understand env
1 parent b771c50 commit d227ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
os: [ubuntu-latest] #, mac-latest]
3131
python-version: ["3.11", "3.12", "3.13"]
3232
runs-on: ${{ matrix.os }}
33-
env:
34-
GITHUB_ACTION: True
3533
steps:
3634
- uses: actions/checkout@v4
3735
- name: Set up Python ${{ matrix.python-version }}
@@ -47,6 +45,8 @@ jobs:
4745
run: |
4846
PYTHON_PATH=$(which python)
4947
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
48+
env:
49+
GITHUB_ACTION: True
5050
- name: Gather coverage statistics
5151
if: ${{ always() }}
5252
run: |

0 commit comments

Comments
 (0)