Skip to content

Commit

Permalink
add check for version of sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Nov 1, 2023
1 parent d239c1f commit 9a64554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check setup
run: psql -l
run: |
psql -l
pip show sqlalchemy
- name: Create csv files
run: |
make download
Expand Down

0 comments on commit 9a64554

Please sign in to comment.