Skip to content

Commit

Permalink
try cd to manifest-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Dec 4, 2024
1 parent 5ee5715 commit aa92493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
mkdir manifest-folder
cp Project.toml manifest-folder/
cp Manifest.toml manifest-folder/
julia --project=manifest-folder -e 'using Pkg; Pkg.develop(path=".."); Pkg.instantiate()'
cd manifest-folder
julia --project=. -e 'using Pkg; Pkg.develop(path=".."); Pkg.instantiate()'
- name: 'Upload Manifest.toml artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit aa92493

Please sign in to comment.