diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8a6f374c..b38491c2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,3 @@ ---- -# This is a basic workflow to help you get started with Actions name: Lint diff --git a/.github/workflows/pr_request_checks.yml b/.github/workflows/pr_request_checks.yml index 6c9cb0b2..06b3ed22 100644 --- a/.github/workflows/pr_request_checks.yml +++ b/.github/workflows/pr_request_checks.yml @@ -1,4 +1,3 @@ ---- name: Pull Request Checks on: diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 6a0f06c5..889774f0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,4 +1,3 @@ ---- name: Upload Python Package on: # yamllint disable-line rule:truthy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9dafc76..baaadfc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,3 @@ ---- name: test on: @@ -10,6 +9,7 @@ on: env: POETRY_VERSION: "1.4.2" +jobs: test: runs-on: ubuntu-latest strategy: @@ -30,7 +30,7 @@ env: python-version: ${{ matrix.python-version }} poetry-version: "1.4.2" cache-key: ${{ matrix.test_type }} - install-command: | + install-command: if [ "${{ matrix.test_type }}" == "core" ]; then echo "Running core tests, installing dependencies with poetry..." poetry install