Skip to content

Commit

Permalink
install from requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Dec 8, 2023
1 parent a861896 commit 4cc4bb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests_mergin_db_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ jobs:
- name: Check Geodiff version
run: geodiff version

- name: Checkout
uses: actions/checkout@v4

- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mergin-client pytest pytest-cov dynaconf psycopg2
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest
pytest-cov
psycopg2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mergin-client>=0.8.3
mergin-client>=0.9.0
dynaconf>=3.1

0 comments on commit 4cc4bb8

Please sign in to comment.