Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 14, 2020
1 parent fbc8014 commit 6ef49a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Deploy
continue-on-error: True
env:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Deploy
continue-on-error: True
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Deploy
continue-on-error: True
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Deploy
continue-on-error: True
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Build
run: |
python -m pip install numpy
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
mv eigen-git-mirror-3.3.7 include
Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz
tar -zxvf v0.2.1.tar.gz
mv EigenRand/EigenRand include/
mv EigenRand-0.2.1/EigenRand include/
- name: Build
run: |
python -m pip install numpy
Expand Down

0 comments on commit 6ef49a6

Please sign in to comment.