Skip to content

Commit

Permalink
fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Feb 7, 2021
1 parent 4af87b9 commit 282f8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
echo This job does not specify a container.
echo It runs directly on the virtual machine.
git clone https://github.com/sshiraiwa/PyMFEM.git
git clone https://github.com/mfem/PyMFEM.git
pip3 install setuptools
pip3 install setuptools-rust
pip3 install wheel
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: build package
run: |
echo It runs in the container instead of the VM.
git clone https://github.com/sshiraiwa/PyMFEM.git
git clone https://github.com/mfe/PyMFEM.git
ls -l /opt/python/
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
pip3 install setuptools
Expand Down

0 comments on commit 282f8f8

Please sign in to comment.