diff options
author | 2020-08-24 23:24:48 +0100 | |
---|---|---|
committer | 2020-08-24 23:24:48 +0100 | |
commit | 3a8c2cb82eeb94021d7274058553e40e67a9ec03 (patch) | |
tree | 303eaaa197b4bcd5b3caf428521170c7c9f69a54 | |
parent | Create lint.yml (diff) |
Update lint.yml
-rw-r--r-- | .github/workflows/lint.yml | 3 |
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 |