summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-02 09:07:06 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-02 09:11:59 +0100
commit055bd2e261b247f54648068830939a23ccd04f42 (patch)
tree9be364fe859a76424f021cf3646db38241198864
parent9e3ec4767f9c4766a0919c15ffe019c9d8b31499 (diff)
downloadpython-lxml-055bd2e261b247f54648068830939a23ccd04f42.tar.gz
CI: Try to make token passing work in Windows.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2d960a28..0f03ddb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
- name: Run CI
continue-on-error: ${{ matrix.allowed_failure || false }}
env: ${{ matrix.env }}
- run: GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}" bash ./tools/ci-run.sh
+ run: bash -c 'GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}" bash ./tools/ci-run.sh'
- name: Build docs
if: contains( matrix.env.EXTRA_DEPS, 'sphinx')