Skip to content

Commit c298e92

Browse files
committed
fixup! Add options for the Julia binary and project path
1 parent 4629390 commit c298e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: ${{ matrix.jlinstaller == 'manual' }}
103103
run: |
104104
mkdir ${{ env.MANUAL_TEST_PROJECT }}
105-
julia --project=${{ env.MANUAL_TEST_PROJECT }} -e 'import Pkg; Pkg.dev(path="."); Pkg.instantiate()'
105+
julia --project=${{ env.MANUAL_TEST_PROJECT }} -e 'import Pkg; Pkg.develop(path="."); Pkg.instantiate()'
106106
107107
- name: Install dependencies
108108
run: |

0 commit comments

Comments
 (0)