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 be6d91f commit f87423cCopy full SHA for f87423c
.github/workflows/ci.yaml
@@ -20,6 +20,7 @@ jobs:
20
build:
21
runs-on: ${{ matrix.os }}
22
strategy:
23
+ fail-fast: false
24
matrix:
25
resolution: ["highest", "lowest-direct"]
26
os:
@@ -53,7 +54,7 @@ jobs:
53
54
resolution: "lowest-direct"
55
env:
56
# Shared env variables for all the tests
- UV_RESOLUTION: '${{ matrix.resolution }}'
57
+ UV_RESOLUTION: "${{ matrix.resolution }}"
58
59
steps:
60
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments