Skip to content

Commit

Permalink
Update and rename python-app.yml to main_runner.yml
Browse files Browse the repository at this point in the history
Added Flake8 as a dependency for the runner

Renamed runner
  • Loading branch information
A-c0rN authored Jan 25, 2024
1 parent 26371d7 commit 30d1ffa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install Python Requirements
run: |
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Install SAMEDEC Decoder
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y --profile default
Expand Down

0 comments on commit 30d1ffa

Please sign in to comment.