Skip to content

Commit

Permalink
chore: Use Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Mar 12, 2024
1 parent be10388 commit 4601922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ runs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: |
pip install --upgrade pip
python3.10 -m venv env
python3.12 -m venv env
source env/bin/activate
if [ ${{ inputs.version }} == "latest" ] ; then
pip install schemathesis
Expand Down

0 comments on commit 4601922

Please sign in to comment.