Skip to content

Commit

Permalink
downgrade action moved
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Feb 18, 2024
1 parent 1363728 commit f19dab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
arch: ${{ matrix.arch }}
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
- uses: julia-actions/cache@v1
- uses: cjdoris/julia-downgrade-compat-action@v1.0.7
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: UUIDs
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
MPI = "0.20"
MPIPreferences = "0.1"
Test = "1"

0 comments on commit f19dab1

Please sign in to comment.