Skip to content

Commit

Permalink
ci: try to fix windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Dec 4, 2023
1 parent 27dd29d commit f19af8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Python version
uses: python --version

- name: Packages versions
uses: pip freeze --all

- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4

Expand Down

0 comments on commit f19af8a

Please sign in to comment.