Skip to content

Commit

Permalink
Merge pull request #1657 from elementary-data/ci-fixes
Browse files Browse the repository at this point in the history
Ci fixes
  • Loading branch information
ofek1weiss authored Aug 4, 2024
2 parents 2435e52 + 23cb200 commit fc79538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Start Postgres
if: inputs.warehouse-type == 'postgres'
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
run: docker-compose up -d postgres
run: docker compose up -d postgres

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pre-commit
mypy

# MyPy stubs
types-pkg-resources
types-requests
networkx-stubs
types-python-dateutil
Expand Down

0 comments on commit fc79538

Please sign in to comment.