1
- # name: CI
2
-
3
- # on:
4
- # push:
5
- # branches:
6
- # - master
7
- # pull_request:
8
- # branches:
9
- # - master
10
-
11
- # jobs:
12
- # build:
13
- # name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
14
- # runs-on: ${{ matrix.os }}
15
-
16
- # strategy:
17
- # fail-fast: false
18
- # matrix:
19
- # os: [ubuntu-latest, macos-latest, windows-latest]
20
- # python-version: ["3.8","3.9","3.10"]
21
-
22
- # steps:
23
- # - uses: actions/checkout@v3
24
-
25
- # - name: Install FFmpeg and FFprobe
26
- # uses: FedericoCarboni/setup-ffmpeg@v2
27
- # id: setup-ffmpeg
28
-
29
- # - name: Install Conda environment
30
- # uses: conda-incubator/setup-miniconda@v3
31
- # with:
32
- # auto-update-conda: true
33
- # python-version: ${{ matrix.python-version }}
34
-
35
- # - name: Conda info
36
- # shell: bash -l {0}
37
- # run: |
38
- # conda info -a
39
- # conda list
40
-
41
- # - name: Install musicalgestures
42
- # shell: bash -l {0}
43
- # run: python -m pip install musicalgestures
1
+ name : CI
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
10
+
11
+ jobs :
12
+ build :
13
+ name : " Python ${{ matrix.python-version }} on ${{ matrix.os }}"
14
+ runs-on : ${{ matrix.os }}
15
+
16
+ strategy :
17
+ fail-fast : false
18
+ matrix :
19
+ os : [ubuntu-latest, macos-latest, windows-latest]
20
+ python-version : ["3.8","3.9","3.10"]
21
+
22
+ steps :
23
+ - uses : actions/checkout@v3
24
+
25
+ - name : Install FFmpeg and FFprobe
26
+ uses : FedericoCarboni/setup-ffmpeg@v2
27
+ id : setup-ffmpeg
28
+
29
+ - name : Install Conda environment
30
+ uses : conda-incubator/setup-miniconda@v3
31
+ with :
32
+ auto-update-conda : true
33
+ python-version : ${{ matrix.python-version }}
34
+
35
+ - name : Conda info
36
+ shell : bash -l {0}
37
+ run : |
38
+ conda info -a
39
+ conda list
40
+
41
+ - name : Install musicalgestures
42
+ shell : bash -l {0}
43
+ run : python -m pip install musicalgestures
0 commit comments