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 d2dd966 commit c311591Copy full SHA for c311591
.github/workflows/run_mapdl_tests.yml
@@ -37,10 +37,12 @@ jobs:
37
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
38
with:
39
persist-credentials: false
40
- - name: Setup Python
41
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+
+ - name: Set up uv
42
+ uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
43
44
python-version: ${{ env.MAIN_PYTHON_VERSION }}
45
+ enable-cache: false
46
47
- name: Install project dependencies
48
run: |
0 commit comments