Skip to content

Update and rename python-package.yml to CI.yml #1

Update and rename python-package.yml to CI.yml

Update and rename python-package.yml to CI.yml #1

Workflow file for this run

name: CI geeup
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
jobs:

Check failure on line 16 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Checkout repository
continue-on-error: true
uses: actions/checkout@v3
with:
fetch-depth: 0
with:
python-version: ${{ matrix.python-version }}
- name: Test packages
continue-on-error: true
run: |
python setup.py install
geeup -h