diff --git a/.github/workflows/CompatHelper-EpiAware.yaml b/.github/workflows/CompatHelper-EpiAware.yaml index 183d4cd26..85421dd32 100644 --- a/.github/workflows/CompatHelper-EpiAware.yaml +++ b/.github/workflows/CompatHelper-EpiAware.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: EpiAware - sparse-checkout-cone-mode: true + sparse-checkout-cone-mode: false - name: Move EpiAware to root run: mv EpiAware/* . - uses: julia-actions/setup-julia@v1 diff --git a/.github/workflows/codecoverage-EpiAware.yaml b/.github/workflows/codecoverage-EpiAware.yaml index 03b720eff..69651ac20 100644 --- a/.github/workflows/codecoverage-EpiAware.yaml +++ b/.github/workflows/codecoverage-EpiAware.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: EpiAware - sparse-checkout-cone-mode: true + sparse-checkout-cone-mode: false - name: Move EpiAware to root run: mv EpiAware/* . - uses: julia-actions/setup-julia@v1 diff --git a/.github/workflows/test-EpiAware.yaml b/.github/workflows/test-EpiAware.yaml index ea0daade9..e84d61f95 100644 --- a/.github/workflows/test-EpiAware.yaml +++ b/.github/workflows/test-EpiAware.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: EpiAware - sparse-checkout-cone-mode: true + sparse-checkout-cone-mode: false - name: Move EpiAware to root run: mv EpiAware/* . - uses: julia-actions/setup-julia@v1