Skip to content

Commit b8bd9d6

Browse files
authored
Update test.yml
1 parent 93fea9e commit b8bd9d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
python-version: 3.6
2727
- platform: windows-latest
2828
python-version: 3.11
29-
- platform: macos-latest
30-
python-version: 3.6
3129

3230
services:
3331
postgres:
@@ -64,7 +62,7 @@ jobs:
6462
steps:
6563
- uses: actions/checkout@v3.0.2
6664
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v4.0.0
65+
uses: actions/setup-python@v4
6866
with:
6967
python-version: ${{ matrix.python-version }}
7068

0 commit comments

Comments
 (0)