Skip to content

Commit

Permalink
ci: switch to newer versions of external github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmit11 committed Mar 19, 2024
1 parent 7851b81 commit 2c05dc1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
python-version: [ '3.8', '3.12' ]
name: run tests on Python v${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2
- name: Install Python packages
run: |
poetry config experimental.new-installer false
poetry install --no-root
- name: Run tests
run: |
Expand Down

0 comments on commit 2c05dc1

Please sign in to comment.