Skip to content

Commit 2ef749c

Browse files
committed
sync branch
1 parent 5a92718 commit 2ef749c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-latest, ubuntu-22.04]
14-
python-version: ["3.11"]
14+
python-version: ["3.9", "3.11"]
1515
include:
1616
- os: ubuntu-22.04
1717
python-version: 3.11
18-
container: Docker
18+
#container: Docker
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -74,7 +74,7 @@ jobs:
7474
cd ../../../../
7575
pip3 install -e .
7676
77-
if [ ${{ matrix.contrainer }} == ${{ matrix.os }} ]; then
77+
if [ ${{ matrix.contrainer }} != "" ]; then
7878
docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh"
7979
else
8080
pip3 install poetry

0 commit comments

Comments
 (0)