forked from USEPA/WNTR
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add max version for fiona geopandas uses apparently deprecated fiona call which causes breakage, requiring fiona below 1.10 prevents this. * increase download artifact version * Upgrade upload artifact version * Removing minor version specification from actions to solve compatibility issues * BUGFIX: updating coveralls workflow to use individual artifact uploads * adding debugging tree command * show "." files in debug * remove debugging step and add "./" to path * another attempt at pathfinding * another attempt * more testing * another attempt * another attempt * another attempt * syntax fix * attempt to fix coverage combine command * adding ls debug command * another attempt * update other actions to remove deprecation warnings. specify rcfile to coveralls to attempt a fix * another attempt * removing other os to isolate issue * update * forcing a commit with whitespace * adding back other os but only building coverage with ubuntu * final cleanup
- Loading branch information
Showing
2 changed files
with
24 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ folium | |
utm | ||
openpyxl | ||
geopandas<1.0 | ||
fiona<1.10 | ||
rtree | ||
|
||
# Documentation | ||
|