Browse Source

Use python version 3.6.10 since the previous one isn't available in gh actions.

master
anuveyatsu 4 years ago
parent
commit
96eae7c234
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/actions.yml

+ 1
- 1
.github/workflows/actions.yml View File

@ -11,7 +11,7 @@ jobs:
- name: Build the data and create local changes - name: Build the data and create local changes
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: '3.6.2'
python-version: '3.6.10'
architecture: x64 architecture: x64
- run: | - run: |
pip install -r requirements.txt pip install -r requirements.txt


Loading…
Cancel
Save