Skip to content

Commit e6ff80e

Browse files
committed
Fix workflow later
1 parent 95dc51b commit e6ff80e

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/install-test.yaml

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
name: Evaluation Installation Test
22

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'

0 commit comments

Comments
 (0)