Skip to content

Commit

Permalink
deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbrue committed Dec 9, 2021
1 parent 5720d41 commit a160559
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/integrationtest.yml
Expand Up @@ -39,15 +39,6 @@ jobs:
# python-version: ${{ matrix.python-version }}

- name: Install dependencies
env:
# The hostname used to communicate with the PostgreSQL service container
POSTGRES_HOST: postgres
# The default PostgreSQL port
POSTGRES_PORT: 5432
DB_NAME: postgres
DB_USER: postgres
DB_PASSWORD: postgres
DB_HOST: postgres
run: |
apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
build-essential \
Expand All @@ -59,7 +50,11 @@ jobs:
python -m pip install --upgrade pip
pip install poetry tox tox-gh-actions
poetry install
- name: Run TestCases
env:
DB_NAME: postgres
DB_USER: postgres
DB_PASSWORD: postgres
DB_HOST: postgres
run: |
poetry run pytest
# - name: Test with tox and postgres

# run: tox

0 comments on commit a160559

Please sign in to comment.