Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Dec 18, 2024
1 parent ce4da9a commit b1bc38f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ jobs:
run: |
git config --system core.longpaths true
git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'
. .github/workflows/scripts/common-utils.ps1
UnsetGitCachingProxy
- uses: actions/checkout@v3
with:
Expand All @@ -256,6 +258,8 @@ jobs:
run: |
$nightlyFlag = $null
if ($env:NIGHTLY) { $nightlyFlag = "--nightly" }
. .github/workflows/scripts/common-utils.ps1
SetGitCachingProxy
python .\.github\workflows\scripts\build.py $nightlyFlag
- name: Archive Wheel Artifacts
Expand All @@ -268,6 +272,8 @@ jobs:
- name: Test
shell: pwsh
run: |
. .github/workflows/scripts/common-utils.ps1
SetGitCachingProxy
.\.github\workflows\scripts\win_test.ps1
env:
PY: ${{ matrix.python }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,17 @@ jobs:
if: ${{ needs.check_files.outputs.run_job != 'false' }}
shell: cmd
run: |
. .github/workflows/scripts/common-utils.ps1
SetGitCachingProxy
python .\.github\workflows\scripts\build.py
- name: Test
id: test
shell: pwsh
if: ${{ needs.check_files.outputs.run_job != 'false' }}
run: |
. .github/workflows/scripts/common-utils.ps1
SetGitCachingProxy
.\.github\workflows\scripts\win_test.ps1 -libsDir "$env:LocalAppData/buildbot"
env:
EXTRA_TEST_MARKERS: ${{ matrix.extra_markers }}
Expand Down

0 comments on commit b1bc38f

Please sign in to comment.