We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1225260 commit 814f583Copy full SHA for 814f583
1 file changed
.github/workflows/test_and_deploy.yml
@@ -3,7 +3,7 @@
3
4
name: tests
5
6
-on:
+on:
7
push:
8
branches:
9
- master
@@ -46,7 +46,7 @@ jobs:
46
- name: Install Windows OpenGL
47
if: runner.os == 'Windows'
48
run: |
49
- git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
+ git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
50
powershell gl-ci-helpers/appveyor/install_opengl.ps1
51
52
# note: if you need dependencies from conda, considering using
@@ -69,7 +69,7 @@ jobs:
69
70
deploy:
71
# 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
+ # and requires that you have put your twine API key in your
73
# github secrets (see readme for details)
74
needs: [test]
75
runs-on: ubuntu-latest
0 commit comments