Skip to content

Commit 9df1497

Browse files
Fix the GitHub release failures occurring in CI. (#723)
1 parent 63d98e7 commit 9df1497

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
runs-on: "ubuntu-24.04"
190190
# yamllint disable-line rule:quoted-strings
191191
if: startsWith(github.ref, 'refs/tags/v')
192+
env:
193+
INVOKE_NETUTILS_LOCAL: "True"
192194
steps:
193195
- name: "Check out repository code"
194196
uses: "actions/checkout@v4"
@@ -202,8 +204,6 @@ jobs:
202204
run: "echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV"
203205
- name: "Run Poetry Version"
204206
run: "poetry version $RELEASE_VERSION"
205-
- name: "Build Documentation"
206-
run: "poetry run invoke build-and-check-docs"
207207
- name: "Run Poetry Build"
208208
run: "poetry build"
209209
- name: "Upload binaries to release"

changes/723.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the GitHub release failures occurring in CI.

0 commit comments

Comments
 (0)