Skip to content

Commit 699c6fa

Browse files
authored
Merge pull request #202 from mwcraig/fix-channel-copy
Use https instead of git for clone
2 parents 72e9fef + cf00cfd commit 699c6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy_conda_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
2626
shell: bash -l {0}
2727
run: |
28-
git clone git://github.com/glue-viz/conda-sync.git
28+
git clone https://github.com/glue-viz/conda-sync.git
2929
mv conda-sync/sync.py .
3030
python drive_copy.py

0 commit comments

Comments
 (0)