aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-24 23:24:48 +0100
committerGravatar GitHub <[email protected]>2020-08-24 23:24:48 +0100
commit3a8c2cb82eeb94021d7274058553e40e67a9ec03 (patch)
tree303eaaa197b4bcd5b3caf428521170c7c9f69a54
parentCreate lint.yml (diff)
Update lint.yml
-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