diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 1ac81a1..fe253d3 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -52,17 +52,18 @@ jobs: - uses: julia-actions/cache@v2 - uses: julia-actions/julia-downgrade-compat@v2 with: - skip: Test + skip: Test,UUIDs,Libdl projects: ., test mode: forcedeps - - uses: julia-actions/julia-buildpkg@v1 - env: - PYTHON: "" - - name: Run tests without coverage - uses: julia-actions/julia-runtest@v1 - with: - coverage: false - allow_reresolve: false - force_latest_compatible_version: false - env: - PYTHON: "" + # We run the tests manually instead of using julia-action/julia-builpkg and julia-action/julia-runtest or `Pkg.test` + # because otherwise the downgraded Manifest.toml is not used in the tests under julia