mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-02-16 04:35:01 +01:00
fix github actions
This commit is contained in:
parent
fbfe88ba09
commit
80f370e22b
2
.github/workflows/dut_testing.yml
vendored
2
.github/workflows/dut_testing.yml
vendored
|
|
@ -9,8 +9,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install python reqirements
|
||||
run: cd testlib && make install
|
||||
- name: Run Tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue