From 6ef49a60665800851ca78ade9c160b418ea4f5f7 Mon Sep 17 00:00:00 2001 From: Minchul Lee Date: Tue, 14 Jul 2020 21:32:59 +0900 Subject: [PATCH] update workflows --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/deploy_test.yml | 4 ++-- .github/workflows/pull_request_test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c84ca6c..ab10b8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: @@ -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: diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index fb486a1..922ef1d 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -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: @@ -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: diff --git a/.github/workflows/pull_request_test.yml b/.github/workflows/pull_request_test.yml index 38a9b0b..310d39d 100644 --- a/.github/workflows/pull_request_test.yml +++ b/.github/workflows/pull_request_test.yml @@ -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 @@ -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