Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 205-schema-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 22, 2024
2 parents 8c6a5c9 + 5bf6e49 commit 881c694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: bigladder/github-actions/setup-python-poetry@main
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: poetry run doit
- name: Upload output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-${{ matrix.os }}-py${{ matrix.python-version }}
path: output

0 comments on commit 881c694

Please sign in to comment.