We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4629390 commit c298e92Copy full SHA for c298e92
.github/workflows/tests.yml
@@ -102,7 +102,7 @@ jobs:
102
if: ${{ matrix.jlinstaller == 'manual' }}
103
run: |
104
mkdir ${{ env.MANUAL_TEST_PROJECT }}
105
- julia --project=${{ env.MANUAL_TEST_PROJECT }} -e 'import Pkg; Pkg.dev(path="."); Pkg.instantiate()'
+ julia --project=${{ env.MANUAL_TEST_PROJECT }} -e 'import Pkg; Pkg.develop(path="."); Pkg.instantiate()'
106
107
- name: Install dependencies
108
0 commit comments