-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workflow error that's been awhile. (#656)
* Tweaks to help debugging locally * explicit * Workaround dask/distributed#4565 As we only intend to use distributed with a single MPI rank configuration, the test coverage is sufficient after this workaround. * reenable osx as we have a workaround for the dask error. * renable compilers * typo. * more syntax error. * add erfa, required by astropy. * pyerfa * bound pyerfa version to 1.7.1 * use stock pyerfa as the mislinking to numpy 1.21 is fixed. * do not run every minute. * pyerfa must be there? * bump numpy to 1.20 * '1.20'
- Loading branch information
1 parent
2f77432
commit 4aec168
Showing
3 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
numpy | ||
scipy | ||
astropy | ||
pyerfa | ||
mpi4py | ||
six | ||
runtests | ||
|