File tree 1 file changed +33
-33
lines changed
1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
1
name : Evaluation Installation Test
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
7
- pull_request :
8
- branches :
9
- - main
10
- workflow_dispatch :
11
-
12
- jobs :
13
- install_test :
14
- runs-on : ubuntu-latest
15
- steps :
16
- - name : Checkout
17
- uses : actions/checkout@v3
18
-
19
- - name : run installation
20
- run : ./install.sh
21
-
22
- - name : Setup Python
23
- uses : actions/setup-python@v4
24
- with :
25
- python-version : ' 3.10'
26
-
27
- - name : install test deps
28
- run : |
29
- python -m pip install --upgrade pip
30
- pip install -r OasisPiWind/tests/requirements.in
31
-
32
- - name : run PiWind test
33
- run : pytest OasisPiWind/tests/test_piwind_integration.py -v --use-running-containers --docker-compose=oasis-platform.yml -k all_outputs
34
- env :
35
- WORKER_API_VER : ' v1'
3
+ # on:
4
+ # push:
5
+ # branches:
6
+ # - main
7
+ # pull_request:
8
+ # branches:
9
+ # - main
10
+ # workflow_dispatch:
11
+ #
12
+ # jobs:
13
+ # install_test:
14
+ # runs-on: ubuntu-latest
15
+ # steps:
16
+ # - name: Checkout
17
+ # uses: actions/checkout@v3
18
+ #
19
+ # - name: run installation
20
+ # run: ./install.sh
21
+ #
22
+ # - name: Setup Python
23
+ # uses: actions/setup-python@v4
24
+ # with:
25
+ # python-version: '3.10'
26
+ #
27
+ # - name: install test deps
28
+ # run: |
29
+ # python -m pip install --upgrade pip
30
+ # pip install -r OasisPiWind/tests/requirements.in
31
+ #
32
+ # - name: run PiWind test
33
+ # run: pytest OasisPiWind/tests/test_piwind_integration.py -v --use-running-containers --docker-compose=oasis-platform.yml -k all_outputs
34
+ # env:
35
+ # WORKER_API_VER: 'v1'
You can’t perform that action at this time.
0 commit comments