Skip to content

Commit 39fa1c5

Browse files
committed
Explicitly sync
1 parent 3118ebb commit 39fa1c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mono-version: latest
5151

5252
- name: Checkout code
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v5
5454

5555
- name: Setup .NET
5656
uses: actions/setup-dotnet@v5
@@ -59,14 +59,17 @@ jobs:
5959
8.0.x
6060
9.0.x
6161
62-
- name: Install the latest version of uv
62+
- name: Install uv
6363
uses: astral-sh/setup-uv@v6
6464
with:
6565
architecture: ${{ matrix.os.platform }}
6666
python-version: ${{ matrix.python }}
6767
activate-environment: true
6868
enable-cache: true
6969

70+
- name: Install the project
71+
run: uv sync --locked --all-extras --dev
72+
7073
- name: Set Python DLL path and PYTHONHOME (non Windows)
7174
if: ${{ matrix.os.category != 'windows' }}
7275
run: |

0 commit comments

Comments
 (0)