Skip to content

Commit c400e5b

Browse files
authored
NO-SNOW: daily commit uses a different os name (#3423)
1 parent 52c5c33 commit c400e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
shell: bash
156156
- name: Run data source tests
157157
# psycopg2 is not supported on macos 3.9
158-
if: ${{ !(matrix.os == 'macos' && matrix.python-version == '3.9') }}
158+
if: ${{ !(contains('macos', matrix.os.download_name) && matrix.python-version == '3.9') }}
159159
run: python -m tox -e datasource
160160
env:
161161
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)