Skip to content

Commit

Permalink
more fixes for ci on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Apr 23, 2021
1 parent ddb703b commit 6da0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
curl.exe --output eigen-3.3.9.tar.gz --url https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.gz
tar -zxvf eigen-3.3.9.tar.gz
ren eigen-3.3.9 eigen3
mv eigen3 C:/Program Files (x86)/eigen3
move eigen3 "C:/Program Files (x86)/eigen3"
echo "Eigen3_DIR='C:/Program Files (x86)/eigen3'" >> $GITHUB_ENV
- name: Install OpenBLAS on macOS for NumPy
Expand Down

0 comments on commit 6da0595

Please sign in to comment.