Skip to content

Commit cd0ec2e

Browse files
committed
Try
1 parent b67ebc1 commit cd0ec2e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/install-mono/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: Install on Linux
4444
if: runner.os == 'Linux'
4545
run: |
46-
sudo mkdir -p ./.apt/archives/partial
46+
mkdir -p ./.apt/archives/partial
4747
sudo apt-get -o Dir::Cache="./.apt" update
4848
sudo apt-get -o Dir::Cache="./.apt" install -y mono-runtime-sgen
4949
shell: sh

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ jobs:
9696
with:
9797
python-version: cpython-${{ matrix.python }}${{ matrix.os.suffix }}
9898
cache-python: true
99+
activate-environment: true
100+
enable-cache: true
99101

100102
- name: Install dependencies
101103
run: |
102-
uv venv
103104
uv pip install pytest
104105
105106
- name: Download wheel

0 commit comments

Comments
 (0)