From 5ecbdc5d84e438b795eba8d3377f00c79bfa9830 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 27 Aug 2023 12:11:34 -0700 Subject: [PATCH] Update action.yml --- actions/test/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: |