Skip to content

Commit

Permalink
ci: fix Intel OneAPI build on Windows (#18)
Browse files Browse the repository at this point in the history
The issue is caused by the latest meson release. Exclude meson version 0.63.0.
  • Loading branch information
jdhughes-usgs authored Jul 6, 2022
1 parent 2704839 commit 6a1adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/common/install-python-std.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

pip install wheel
pip install requests appdirs numpy matplotlib pytest pytest-xdist meson ninja
pip install requests appdirs numpy matplotlib pytest pytest-xdist meson!=0.63.0 ninja
pip install https://github.com/modflowpy/flopy/zipball/develop
pip install https://github.com/modflowpy/pymake/zipball/master

0 comments on commit 6a1adb7

Please sign in to comment.