Skip to content

Commit

Permalink
Remove postgres from test dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 29, 2024
1 parent d24fbfa commit 169de67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push: # Run on pushes to the default branch
branches: [main]
branches: [main, ci-fix]
pull_request_target: # Also run on pull requests originated from forks
branches: [main]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ packages = ["/cosmos"]
dependencies = [
"astronomer-cosmos[tests]",
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
"apache-airflow-providers-amazon[s3fs]>=3.0.0",
"apache-airflow-providers-amazon[s3fs]>=8.0.0",
"apache-airflow-providers-docker>=3.5.0",
"apache-airflow-providers-google",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-postgres",
# "apache-airflow-providers-postgres",
"types-PyYAML",
"types-attrs",
"types-requests",
Expand Down

0 comments on commit 169de67

Please sign in to comment.