Skip to content

Commit

Permalink
re order steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Sep 14, 2023
1 parent f42e6b2 commit fbab4b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
python-version: ['3.10', '3.11']

steps:
- name: Cloning repo
uses: actions/checkout@v3

- name: Create analytics database
env:
PGPASSWORD: postgres
run: createdb -h localhost -U postgres -p 5432 analytics

- name: Cloning repo
uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
Expand Down

0 comments on commit fbab4b1

Please sign in to comment.