Skip to content

Commit 784a8ea

Browse files
committed
CI: fix Conda builds
1 parent fb2a94c commit 784a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/conda/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ git clone https://github.com/conda-forge/proj.4-feedstock.git
99

1010
cd proj.4-feedstock
1111

12-
yq -y -i '.source = {"path": "./../../PROJ"} | .build.number = 2112' recipe/recipe.yaml
12+
yq -y -i '.source = {"path": "../../../PROJ"} | .build.number = 2112' recipe/recipe.yaml
1313

1414
ls recipe

0 commit comments

Comments
 (0)