aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 39846ae..7747782 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,6 +18,9 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v2
+ - name: Setup Python
+ uses: actions/setup-python@v2
+
- name: Install Poetry and project dependencies
uses: knowsuchagency/poetry-install@v2