Skip to content

Commit 701fa85

Browse files
committed
Moving PartitionedSolvers to the root of the repo
1 parent 49ad2b0 commit 701fa85

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: julia-actions/cache@v1
5959
- uses: julia-actions/julia-buildpkg@v1
6060
- run: |
61-
julia --project=extensions/PartitionedSolvers -e '
61+
julia --project=PartitionedSolvers -e '
6262
using Pkg
6363
Pkg.develop(path=".")
6464
Pkg.test("PartitionedSolvers")'
@@ -76,7 +76,7 @@ jobs:
7676
- run: |
7777
julia --project=docs -e '
7878
using Pkg
79-
Pkg.develop(path="extensions/PartitionedSolvers")'
79+
Pkg.develop(path="PartitionedSolvers")'
8080
- uses: julia-actions/julia-docdeploy@v1
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)