Skip to content

Commit

Permalink
no project
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 1, 2024
1 parent 117bd35 commit 8c246e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
- uses: julia-actions/cache@v1

- name: Develop upstream RecipesBase, RecipesPipeline, PlotsBase
shell: julia --project=@. --color=yes {0}
shell: julia --color=yes {0}
run: |
using Pkg
foreach(path -> Pkg.develop(; path), ("RecipesBase", "RecipesPipeline", "PlotsBase"))
foreach(path -> Pkg.develop(; path), ("./RecipesBase", "./RecipesPipeline", "./PlotsBase"))
- uses: julia-actions/julia-buildpkg@latest

Expand Down

0 comments on commit 8c246e9

Please sign in to comment.