We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ebc1 commit cd0ec2eCopy full SHA for cd0ec2e
2 files changed
.github/actions/install-mono/action.yml
@@ -43,7 +43,7 @@ runs:
43
- name: Install on Linux
44
if: runner.os == 'Linux'
45
run: |
46
- sudo mkdir -p ./.apt/archives/partial
+ mkdir -p ./.apt/archives/partial
47
sudo apt-get -o Dir::Cache="./.apt" update
48
sudo apt-get -o Dir::Cache="./.apt" install -y mono-runtime-sgen
49
shell: sh
.github/workflows/ci.yml
@@ -96,10 +96,11 @@ jobs:
96
with:
97
python-version: cpython-${{ matrix.python }}${{ matrix.os.suffix }}
98
cache-python: true
99
+ activate-environment: true
100
+ enable-cache: true
101
102
- name: Install dependencies
103
- uv venv
104
uv pip install pytest
105
106
- name: Download wheel
0 commit comments