File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 python-version : ' 3.x'
2222 - name : " Main Script"
2323 run : |
24- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
24+ curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
2525 . ./prepare-and-run-flake8.sh ./pycparserext ./test
2626
2727 pytest :
3838 python-version : ${{ matrix.python-version }}
3939 - name : " Main Script"
4040 run : |
41- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
41+ curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
4242 . ./build-and-test-py-project.sh
4343
4444# vim: sw=4
Original file line number Diff line number Diff line change 11Python 3 :
22 script :
33 - py_version=3
4- - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
4+ - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project.sh
55 - " . ./build-and-test-py-project.sh"
66 tags :
77 - python3
@@ -13,7 +13,7 @@ Python 3:
1313
1414Flake8 :
1515 script :
16- - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
16+ - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
1717 - " . ./prepare-and-run-flake8.sh pycparserext test"
1818 tags :
1919 - python3
You can’t perform that action at this time.
0 commit comments