Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- fix airflow version for exception
- add github.com:80 to the list of allowed endpoints
  • Loading branch information
millin committed Nov 29, 2023
1 parent 7889274 commit eec600d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
exclude:
# Incompatible combinations
- python-version: 3.11
airflow-version: 2.4
airflow-version: '2.4.3'

- python-version: 3.7
dbt-version: 1.6
Expand All @@ -54,7 +54,10 @@ jobs:
api.github.com:443
files.pythonhosted.org:443
hub.getdbt.com:443
github.com:80
github.com:443
gitlab.com:80
gitlab.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
pypi.org:443
Expand Down

0 comments on commit eec600d

Please sign in to comment.