Skip to content

Commit

Permalink
chore: Test that the 3.8 example still reproduces
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 11, 2022
1 parent 1b4b0b9 commit 3504b74
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -7,6 +7,30 @@ defaults:
shell: bash

jobs:
failing:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: snok/install-poetry@main
with:
version: 1.2.1
virtualenvs-create: false

working:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: ./
with:
version: 1.2.1
virtualenvs-create: false

# Make sure the action works using the default settings
test-install:
name: default ${{ matrix.poetry-version }} ${{ matrix.os }} ${{ matrix.python-version }}
Expand Down

0 comments on commit 3504b74

Please sign in to comment.