We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5c33 commit c400e5bCopy full SHA for c400e5b
.github/workflows/daily_precommit.yml
@@ -155,7 +155,7 @@ jobs:
155
shell: bash
156
- name: Run data source tests
157
# psycopg2 is not supported on macos 3.9
158
- if: ${{ !(matrix.os == 'macos' && matrix.python-version == '3.9') }}
+ if: ${{ !(contains('macos', matrix.os.download_name) && matrix.python-version == '3.9') }}
159
run: python -m tox -e datasource
160
env:
161
PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments