Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 23, 2021
1 parent d857f3a commit a367e89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ env:

jobs:
initial_tests:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install and build
run: |
python -m pip install --upgrade pip wheel setuptools
Expand All @@ -36,12 +36,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- name: Install and build
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit a367e89

Please sign in to comment.