From a9c40f1fb772fbd28a7b26fee68651c9d20df851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Thu, 19 May 2022 11:46:48 +0200 Subject: [PATCH] Fix issue in gh action --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ac5f95..056e335 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] - python: [3.8, "3.10"] + os: [ubuntu-latest] + python: ["3.10"] steps: - uses: actions/checkout@v2 @@ -39,9 +39,6 @@ jobs: coverage run -m xmlrunner -v mufs.tests -o .report coverage xml -i -o .report/coverage.xml coverage report -m --fail-under=100 - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - run: echo "project_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - uses: sonarsource/sonarqube-scan-action@master env: