Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 27, 2023
1 parent 3aa7b1b commit 5ecbdc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5ecbdc5

Please sign in to comment.