Skip to content

Commit

Permalink
Switched to python container
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Yu committed Sep 20, 2019
1 parent b9d8ec5 commit 0766cde
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wiki-doctest-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ on: [push]

jobs:
linux:
name: Ubuntu - install
name: Debian (Python) - install
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
strategy:
matrix:
python-version: ['2.7', '3.7']
# rez-shell: ['bash', 'tcsh']

steps:
- name: Checkout
uses: actions/checkout@master

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v1
# with:
# python-version: ${{ matrix.python-version }}
# architecture: x64

- name: Default python install.py
run: |
Expand Down

0 comments on commit 0766cde

Please sign in to comment.