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 1d5755b commit d8ca1c9Copy full SHA for d8ca1c9
.github/workflows/run_mapdl_tests.yml
@@ -39,8 +39,8 @@ jobs:
39
40
- name: Install project dependencies
41
run: |
42
- uv pip install -e .[tests]
43
- uv pip install tests/launcher/pkg_with_entrypoint
+ uv pip install --system .[tests]
+ uv pip install --system tests/launcher/pkg_with_entrypoint
44
45
- name: Run tests
46
pyproject.toml
@@ -7,7 +7,7 @@ name = "ansys-tools-common"
7
version = "0.1.dev0"
8
description = "A set of tools for PyAnsys libraries"
9
readme = "README.rst"
10
-requires-python = ">=3.11,<4"
+requires-python = ">=3.10,<4"
11
license = "MIT"
12
license-files = ["LICENSE"]
13
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
0 commit comments