From c88393f797f1205d83f3e35bdcb78fe419f7c173 Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Mon, 4 Mar 2024 17:36:24 +0100 Subject: [PATCH] test --- .github/actions/e2e/action.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index 2b353f1..705fbb1 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -27,7 +27,7 @@ runs: shell: bash - name: debug - run: echo ${{ inputs.os }} + run: echo ${{ runner.os }} shell: bash - name: Install detectron2 (ubuntu) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e61fe..963520c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: "3.10" - name: Install dependencies run: |