Skip to content

Commit

Permalink
try to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Aug 30, 2024
1 parent e06e95d commit 577b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.10'

- name: Setup database
run: docker-compose -f tests/docker-compose.yml up -d
run: docker compose -f tests/docker-compose.yml up -d

- name: Install Airflow
run: pip install "apache-airflow == ${{ matrix.airflow-version }}" psycopg2-binary wtforms==2.3.3
Expand Down

0 comments on commit 577b37e

Please sign in to comment.