Browse Source

ci: Update Python version to 3.7

develop
Suraj Shetty 3 years ago
parent
commit
28fdb2e6fa
  1. 2
      .github/workflows/server-tests.yml

2
.github/workflows/server-tests.yml

@ -30,7 +30,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: Add to Hosts
run: echo "127.0.0.1 test_site" | sudo tee -a /etc/hosts

Loading…
Cancel
Save