Commit c898f86 1 parent 8650dd1 commit c898f86 Copy full SHA for c898f86
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
- name : Build PyMFEM Wheel
66
66
if : steps.cache-pymfem.outputs.cache-hit != 'true'
67
67
run : |
68
- git clone --branch stable https://github.com/melekderman/PyMFEM.git /tmp/mfem
68
+ git clone https://github.com/melekderman/PyMFEM.git /tmp/mfem
69
69
cd /tmp/mfem
70
70
pip wheel . -w dist
71
71
@@ -80,10 +80,10 @@ jobs:
80
80
path : /tmp/pyglvis/dist
81
81
key : pyglvis-wheel
82
82
83
- - name : Build PyGLVis Wheel (if not cached)
83
+ - name : Build PyGLVis Wheel
84
84
if : steps.cache-pyglvis.outputs.cache-hit != 'true'
85
85
run : |
86
- git clone --branch stable https://github.com/melekderman/pyglvis.git /tmp/pyglvis
86
+ git clone https://github.com/melekderman/pyglvis.git /tmp/pyglvis
87
87
cd /tmp/pyglvis
88
88
pip wheel . -w dist
89
89
You can’t perform that action at this time.
0 commit comments