diff --git a/.github/workflows/test-code-build.yml b/.github/workflows/test-code-build.yml index 3b815f0..27bacaa 100644 --- a/.github/workflows/test-code-build.yml +++ b/.github/workflows/test-code-build.yml @@ -9,13 +9,6 @@ jobs: # runs-on: windows-latest runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }} steps: - - name: configure Pagefile - uses: al-cheb/configure-pagefile-action@v1.2 - with: - minimum-size: 16GB - maximum-size: 32GB - disk-root: "C:" - - uses: actions/checkout@v4 - name: Enable Git long paths shell: pwsh