From 533fc159100fcd823b5e91af5750c98215f489d9 Mon Sep 17 00:00:00 2001 From: ckunki Date: Thu, 23 May 2024 09:49:41 +0200 Subject: [PATCH] May 23rd workflow experiment 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 390d8e8..b3f3755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Examine Inputs run: | echo "input slow tests = ${{ inputs.slow-tests }}" - echo "pytest-markers = ${{ pytest-markers.outputs.slow-tests }}" + echo "pytest-markers = ${{ steps.pytest-markers.outputs.slow-tests }}" # - name: SCM Checkout # uses: actions/checkout@v4