File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 source /home/wxpy/venvs/Py314/bin/activate
8181 pip install https://robotframework.transformidea.com/RIDE/packages/Linux/Fedora_41/wxpython-4.2.4a15946+920a2bde-cp314-cp314-linux_x86_64.whl
8282 pip install -r requirements-dev.txt
83+ pip install robotframework
8384 sudo dnf install -y xorg-x11-server-Xvfb psmisc
8485 - name: Run tests
8586 run: |
8990 git submodule update --init --recursive
9091 source /home/wxpy/venvs/Py314/bin/activate
9192 invoke test-ci
93+ - uses: actions/upload-artifact@v4
94+ with:
95+ name: my-cov-report
96+ path : .coverage-reports/htmlcov/
9297 - name: Install and run
9398 run: |
9499 git submodule update --init --recursive
Original file line number Diff line number Diff line change 8080 # sudo dnf downgrade -y mesa* --refresh
8181 git submodule update --init --recursive
8282 pip install -r requirements-dev.txt
83+ pip install robotframework
8384 - name : Run tests
8485 run : |
8586 Xvfb &
@@ -116,6 +117,7 @@ jobs:
116117 git submodule update --init --recursive
117118 pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
118119 pip install -r requirements-dev.txt
120+ pip install robotframework
119121 pip install --force -U setuptools==69.5.1
120122 - name : Run tests
121123 run : |
You can’t perform that action at this time.
0 commit comments