This commit is contained in:
Dima Gerasimov 2020-04-26 16:54:34 +01:00 committed by karlicoss
parent 526e7d3fa9
commit 81ca1e2c25
3 changed files with 34 additions and 2 deletions

View file

@ -9,12 +9,13 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest] # TODO windows-latest??
python-version: [3.6, 3.7, 3.8]
runs-on: ${{ matrix.platform }}
steps:
# fuck me. https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
- run: echo "::add-path::$HOME/.local/bin"