Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update Prefect pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Oct 30, 2024
1 parent 6f0c46d commit 1f3109c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/prefect.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: prefect
name: pull request
on:
pull_request:
push:
Expand All @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -24,14 +23,13 @@ jobs:
run: black --check ./
- name: Type Check (mypy)
run: mypy src --strict

tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]

steps:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 1f3109c

Please sign in to comment.