Skip to content

Commit

Permalink
adds names to fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Jan 23, 2024
1 parent adfb07c commit fed0852
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- os: macos-latest-xlarge
python_version: "3.10"
steps:
- name: Check for MacOS Runner
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit fed0852

Please sign in to comment.