We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a92718 commit 2ef749cCopy full SHA for 2ef749c
.github/workflows/build-ci.yml
@@ -11,11 +11,11 @@ jobs:
11
matrix:
12
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
13
os: [windows-latest, ubuntu-22.04]
14
- python-version: ["3.11"]
+ python-version: ["3.9", "3.11"]
15
include:
16
- os: ubuntu-22.04
17
python-version: 3.11
18
- container: Docker
+ #container: Docker
19
20
steps:
21
- uses: actions/checkout@v3
@@ -74,7 +74,7 @@ jobs:
74
cd ../../../../
75
pip3 install -e .
76
77
- if [ ${{ matrix.contrainer }} == ${{ matrix.os }} ]; then
+ if [ ${{ matrix.contrainer }} != "" ]; then
78
docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh"
79
else
80
pip3 install poetry
0 commit comments