Skip to content

Commit 1a92457

Browse files
author
Klaus Zimmermann
authored
Fix problem with pip 21.3 that prevents installation from source (#2344)
* Add test-fix branch to ga * Pin pip to avoid pypa/pip#10573
1 parent 6d235ef commit 1a92457

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/action-install-from-source.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- test-fix
89
schedule:
910
- cron: '0 0 * * *'
1011

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- conda-forge
55

66
dependencies:
7+
- pip!=21.3
78
# Python packages that cannot be installed from PyPI:
89
- cartopy>=0.18
910
- compilers

0 commit comments

Comments
 (0)