Skip to content

Commit 814f583

Browse files
committed
fixed outdated link in workflow
1 parent 1225260 commit 814f583

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: tests
55

6-
on:
6+
on:
77
push:
88
branches:
99
- master
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Windows OpenGL
4747
if: runner.os == 'Windows'
4848
run: |
49-
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
49+
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
5050
powershell gl-ci-helpers/appveyor/install_opengl.ps1
5151
5252
# note: if you need dependencies from conda, considering using
@@ -69,7 +69,7 @@ jobs:
6969

7070
deploy:
7171
# this will run when you have tagged a commit, starting with "v*"
72-
# and requires that you have put your twine API key in your
72+
# and requires that you have put your twine API key in your
7373
# github secrets (see readme for details)
7474
needs: [test]
7575
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)