We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f816d commit 5599c50Copy full SHA for 5599c50
1 file changed
.github/workflows/build_pull_request.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
pip install -U pip
29
- pip install eodash_catalog==0.0.37
+ pip install eodash_catalog
30
- if: github.event.pull_request.body == ''
31
name: Build all - no items
32
env:
0 commit comments