Skip to content

Commit c898f86

Browse files
committed
update
1 parent 8650dd1 commit c898f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build PyMFEM Wheel
6666
if: steps.cache-pymfem.outputs.cache-hit != 'true'
6767
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
6969
cd /tmp/mfem
7070
pip wheel . -w dist
7171
@@ -80,10 +80,10 @@ jobs:
8080
path: /tmp/pyglvis/dist
8181
key: pyglvis-wheel
8282

83-
- name: Build PyGLVis Wheel (if not cached)
83+
- name: Build PyGLVis Wheel
8484
if: steps.cache-pyglvis.outputs.cache-hit != 'true'
8585
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
8787
cd /tmp/pyglvis
8888
pip wheel . -w dist
8989

0 commit comments

Comments
 (0)