Update CI

This commit is contained in:
2022-12-13 13:37:49 +01:00
parent e5b09f1610
commit d29a5c6caf

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [master]
branches: [master, ci]
pull_request:
branches: [master]
workflow_dispatch:
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python: [3.9, "3.10"]
steps:
@@ -27,7 +27,7 @@ jobs:
pip install -q --upgrade codecov coverage black flake8 codacy-coverage
- name: Build and install
run: |
cd /home/runner/work/FImdlp/FImdlp
cd work/FImdlp/FImdlp
make install
- name: Lint
run: |