summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-27 14:30:04 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commitf03dc00e733e52ca3de7e8f4b455e2b9f01d5650 (patch)
tree88f40925ae1ffbb6325a9aba3bde92ea4a5dd230 /.github
parentc852904c69e09e6fc3f6f7ca5f980b233a273162 (diff)
use ubuntu's python
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9bf67ea0..cd5f0324 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,10 +12,6 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: recursive
- - uses: actions/setup-python@v1
- with:
- python-version: '2.7.x'
- architecture: 'x64'
- name: download dependencies
shell: bash
run: |
@@ -23,6 +19,12 @@ jobs:
- name: install dependencies
shell: bash
run: |
+ # I'd love to use a setup-python action but it seems to give a
+ # python that doesn't support unicode. See:
+ # https://github.com/actions/setup-python/issues/23
+
+ sudo apt-get install python2.7
+
sudo apt-get install gettext
# for shapely