remove old run key from the workflow
All checks were successful
format / build (push) Successful in 15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-05-02 18:31:34 +03:00
parent 9cbe33c8be
commit 527f8fa1e1

View File

@ -17,7 +17,6 @@ jobs:
uses: "https://github.com/actions/checkout@v4" uses: "https://github.com/actions/checkout@v4"
- name: Install black formatter - name: Install black formatter
run: sudo apt install black
run: | run: |
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate