actions updateDomains con py3

This commit is contained in:
mac12m99
2021-02-01 10:03:20 +01:00
parent 7238c011d2
commit 7de181cf2d
2 changed files with 6 additions and 5 deletions

View File

@@ -14,12 +14,13 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: 2.7
python-version: 3.7
- name: Install dependencies
run: pip install requests
- name: Update domains
run: |
pip install requests
python tools/updateDomains.py
run: python tools/updateDomains.py
- name: Commit & Push changes
uses: actions-js/push@master