diff --git a/actions/test/action.yml b/actions/test/action.yml index a0167cd..f303a66 100644 --- a/actions/test/action.yml +++ b/actions/test/action.yml @@ -19,13 +19,14 @@ on: runs: using: "composite" steps: - #- name: Check out repository - # uses: actions/checkout@v3 - - uses: cvxgrp/.github/actions/setup-environment@main with: python-version: ${{ inputs.python-version || '3.10' }} + - name: OS + shell: bash + run: echo ${{ runner.os }} + - name: Install pytest shell: bash run: |