Skip to content

Commit 5e9df6d

Browse files
author
Luca Prete
committed
Minor fixes
1 parent e5a60d8 commit 5e9df6d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/tests-new.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
name: "Tests"
1616
on:
17+
# TBD remove on push and PR triggers
18+
# when the PR is ready.
1719
push:
1820
branches:
1921
- master
@@ -51,15 +53,6 @@ jobs:
5153
- name: Setup TF provider versions
5254
run: echo "Set Terraform provider versions"
5355

54-
- name: Set up uv and python
55-
uses: astral-sh/setup-uv@v6
56-
with:
57-
python-version: ${{ inputs.PYTHON_VERSION }}
58-
enable-cache: true
59-
cache-dependency-glob: |
60-
./pyproject.toml
61-
./uv.lock
62-
6356
get-latest-tag:
6457
runs-on: ubuntu-latest
6558
outputs:

0 commit comments

Comments
 (0)