mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 15:31:12 +03:00
10 lines
177 B
YAML
10 lines
177 B
YAML
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: actions/setup-python@v5
|
|
with:
|
|
python-version: '3.12'
|
|
|
|
- run: ./requirements.sh
|
|
shell: bash
|