aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2024-02-20 20:37:26 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-20 20:42:08 +0100
commit424fed172845fbba7f79eb6379a1bd11b268e712 (patch)
treed269daf727b13f3af459195ee878b6272b034bc4 /.github
parentbf60cdad8821937b53868e74c16c1824140f8def (diff)
downloadwee-slack-424fed172845fbba7f79eb6379a1bd11b268e712.tar.gz
Format built file after building if ruff is available
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wee-slack.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml
index fdbee42..d7e6fcf 100644
--- a/.github/workflows/wee-slack.yml
+++ b/.github/workflows/wee-slack.yml
@@ -44,6 +44,12 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: "3.12"
+ - uses: abatilo/actions-poetry@v3
+ - run: poetry install
+
- name: Install WeeChat, tmux and python3-websocket
run: |
sudo apt-get update