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: |