From 5fc88a7c65a2ab1255e2524a6a000c16129aee67 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Mon, 15 Jun 2020 20:24:56 +0200 Subject: Skip failing test on MacOS (#17072) * Skip failing test on MacOS * Update setup-python action and unpin coverage --- .github/workflows/macos_unit_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/macos_unit_tests.yaml') diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index da970edc7a..71e59a7b14 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -20,13 +20,13 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install Python packages run: | pip install --upgrade pip six setuptools - pip install --upgrade codecov coverage==4.5.4 + pip install --upgrade codecov coverage pip install --upgrade flake8 pep8-naming - name: Setup Homebrew packages run: | -- cgit v1.2.3-70-g09d2