Skip to content

Commit

Permalink
remove ref for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Aug 7, 2024
1 parent c686240 commit b85eb98
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/testrelease_binary_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
git clone https://github.com/mfem/PyMFEM.git
cd PyMFEM
REF=$(echo ${GITHUB_REF#refs/heads/})
echo "!!!!!: "$REF
git checkout $REF
export PATH=/opt/python/cp38-cp38m/bin:$PATH
pip3 install wheel six auditwheel twine
Expand Down Expand Up @@ -49,10 +45,6 @@ jobs:
git clone https://github.com/mfem/PyMFEM.git
cd PyMFEM
REF=$(echo ${GITHUB_REF#refs/heads/})
echo "!!!!!!: "$REF
git checkout $REF
ls -l /opt/python/
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
Expand Down

0 comments on commit b85eb98

Please sign in to comment.