Skip to content

Commit

Permalink
#116 migrate Travis and Dockerhub builds to GH Workflows - deps more …
Browse files Browse the repository at this point in the history
…lenient
  • Loading branch information
justb4 committed Apr 27, 2024
1 parent 14545fc commit 085081b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pip install --upgrade pip
sudo python3 setup.py install
env:
REQUIREMENTS_FILE: "$(pwd)/requirements-unversioned.txt"
REQUIREMENTS_FILE: "requirements-unversioned.txt"
- name: run unit tests ⚙️
run: |
nose2 -v
Expand Down
14 changes: 7 additions & 7 deletions requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Deprecated==1.2.14
GDAL==3.8.5
Jinja2==3.1.3
lxml==5.2.1
MarkupSafe==2.1.5
psycopg2-binary==2.9.9
wrapt==1.16.0
Deprecated>1
GDAL>3
Jinja2>3
lxml>5
MarkupSafe>2
psycopg2-binary>2
wrapt>1

0 comments on commit 085081b

Please sign in to comment.