Skip to content

Commit bdbce75

Browse files
committed
working on issues with actions
1 parent c190982 commit bdbce75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
os: [ubuntu-latest] #, windows-latest]
2828
python-version: ["3.12"] #"3.9", "3.10", "3.11", "3.12"]
2929
steps:
30+
- uses: actions/checkout@v4
3031
- name: Wait for PostgreSQL to become ready
3132
run: |
3233
for i in {1..30}; do
@@ -35,7 +36,6 @@ jobs:
3536
sleep 2
3637
done
3738
echo Failed waiting for Postgres && exit 1
38-
- uses: actions/checkout@v4
3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@v5
4141
with:

0 commit comments

Comments
 (0)