workflow
All checks were successful
Update channel domains / update (push) Successful in 17s

This commit is contained in:
2025-01-17 21:50:02 +01:00
parent 607f3c8128
commit f129d57f30

View File

@@ -15,9 +15,10 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v2
with: with:
python-version: 3.7 python-version: '3.7'
architecture: 'x64'
- name: Install dependencies - name: Install dependencies
run: pip install requests run: pip install requests