Skip to content

Commit 666167e

Browse files
committed
CI review changes
1 parent c356bec commit 666167e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
--release --out dist --find-interpreter
102102
${{ matrix.platform.target != 'ppc64le' && '--zig' || ''}}
103103
# avoid cache-poisoning potential for actually distributed builds
104-
sccache: ${{ startsWith(github.ref, 'refs/tags') && 'false' || 'true' }}
104+
# sccache: ${{ startsWith(github.ref, 'refs/tags') && 'false' || 'true' }}
105105
manylinux: auto
106106
# here we either install the ppc64le compiler/toolchain or install zig on all others
107107
before-script-linux: |

.github/workflows/run-dev-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if-no-files-found: error
4949

5050
test:
51+
needs: [seed-build-script]
5152
strategy:
5253
fail-fast: false
5354
matrix:
@@ -167,3 +168,4 @@ jobs:
167168
token: ${{secrets.CODECOV_TOKEN}}
168169
files: lcov.info
169170
fail_ci_if_error: true # optional (default = false)
171+
use_pypi: true # workaround unexpected GPG key changes (temporarily)

0 commit comments

Comments
 (0)