Skip to content

Commit

Permalink
use requirements.txt for eodash_catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jun 28, 2024
1 parent 3c7576c commit 5c8e263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
- name: Install dependencies
run: |
pip install -U pip
pip install eodash_catalog
- name: Build
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eodash_catalog<2

0 comments on commit 5c8e263

Please sign in to comment.