Skip to content

Commit

Permalink
fix: tests-pytest add skip-install (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: ansys-reviewer-bot[bot] <143693109+ansys-reviewer-bot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 19, 2024
1 parent 6692817 commit bd279a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests-pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ inputs:
required: false
type: boolean

skip-install:
description: >
Skip installation process. This should be set to `false` when using poetry
as the build-backend because it should be false with poetry as build-backend.
The default value is ``false``.
default: false
type: boolean

runs:
using: "composite"
Expand Down

0 comments on commit bd279a8

Please sign in to comment.