-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from ESSS/fb-ASIM-5273-drop-py36-qmx
Drop python 3.6
- Loading branch information
Showing
14 changed files
with
158 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,32 +15,28 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
CONDA_PY: ["36", "37", "38", "39"] | ||
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10"] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
# We need to install Qt on the system otherwise tests in | ||
# tests/test_qt_js_integration.py crash. | ||
- name: Install Qt | ||
uses: jurplel/install-qt-action@v2 | ||
- uses: browser-actions/[email protected] | ||
- uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
auto-update-conda: true | ||
auto-activate-base: true | ||
activate-environment: '' | ||
activate-environment: "" | ||
channels: conda-forge,esss | ||
channel-priority: true | ||
- name: Install | ||
env: | ||
CONDA_PY: ${{ matrix.CONDA_PY }} | ||
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }} | ||
run: | | ||
conda config --system --set always_yes yes --set changeps1 no | ||
conda install -c conda-forge conda-devenv | ||
conda info -a | ||
export TEST_QMXGRAPH=1 | ||
conda devenv -n qmxgraph | ||
conda install -n qmxgraph coveralls pytest-cov | ||
conda init bash | ||
conda list -n qmxgraph | ||
- name: Tests | ||
shell: bash -l {0} | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#!/bin/bash | ||
git clone --depth=1 --branch v3.7.5 https://github.com/jgraph/mxgraph.git | ||
export PYTEST_ADDOPTS="--driver PhantomJS" | ||
export MXGRAPHPATH=mxgraph | ||
|
||
export LIBGL_ALWAYS_SOFTWARE=1 | ||
export GALLIUM_DRIVER=llvmpipe | ||
export ENABLE_LLVMPIPE_GL=1 | ||
export QT_QUICK_BACKEND=software | ||
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu --no-sandbox" | ||
|
||
inv qrc | ||
inv test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.