1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2026-02-01 17:18:28 +00:00
openmw-tes3mp/CI
backlabs1 74ecc8bbdf
Fix Qt dependency: install setuptools to venv
In `CI/before_script.msvc.sh`, while executing the following line:

run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3

This error is raised:

```
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\TES3MP.git\deps\aqt-venv\Scripts\aqt.exe\__main__.py", line 4, in <module>
  File "C:\TES3MP.git\deps\aqt-venv\Lib\site-packages\aqt\__init__.py", line 23, in <module>
    from pkg_resources import DistributionNotFound, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
```

This commit fixes that by first installing setuptools.
2024-04-05 17:55:26 -05:00
..
activate_msvc.sh Massively simplify the worst Bash ever 2021-04-28 06:51:15 +00:00
ActivateMSVC.ps1 Remove annoying warning 2020-06-15 16:37:47 +01:00
before_install.android.sh values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 2020-12-27 22:16:11 +00:00
before_install.linux.sh no need to re-map when using system default 2020-03-22 21:34:46 +01:00
before_install.osx.sh bump mac deps to include collada 2021-06-17 01:12:31 +02:00
before_script.android.sh Optional static builds of OSG, MyGUI, Bullet 2021-01-26 19:00:55 +00:00
before_script.linux.sh Add OpenMW commits up to 21 May 2021 2021-05-21 16:00:09 +02:00
before_script.msvc.sh Fix Qt dependency: install setuptools to venv 2024-04-05 17:55:26 -05:00
before_script.osx.sh Remove support for single-precision Bullet, fail during configuration instead of during linking. 2021-05-02 17:48:50 +02:00
build.msvc.sh msbuild was always defaulting to building the Debug configuration so it was impossible to build any other configurations with build.msvc.sh 2017-06-19 06:00:42 -07:00
build_googletest.sh Run unit tests in a separate build 2020-10-03 00:19:29 +02:00
check_package.osx.sh Add a script to verify macOS package contents 2018-12-20 21:18:41 +01:00
check_tabs.sh Fix the check_tabs.sh script choking on QT generated UI files when doing an in-source build 2015-11-04 20:25:03 +01:00
deploy.osx.sh Fix macOS nightly preupload check 2019-04-06 18:21:33 +02:00
install_debian_deps.sh Don't install recommended packages in Debian's CI 2021-05-05 11:45:59 +00:00