Skip to content

Commit

Permalink
one last test
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 26, 2024
1 parent d1a4e28 commit 422425e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- name: Prepare & run Nox
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: .python-version-default
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- run: uv pip install --system nox "tomli; python_version<'3.11'"

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: .python-version-default
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- name: Prepare & run Nox
run: |
Expand All @@ -183,7 +183,7 @@ jobs:
with:
# Keep in sync with .readthedocs.yaml
python-version: "3.12"
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- name: Prepare & run Nox
run: |
Expand All @@ -203,7 +203,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: .python-version-default
- uses: hynek/setup-cached-uv@73250b9f1c332375d16c0997a11cf37b7f7d3585
- uses: hynek/setup-cached-uv@4553200edb588b7b98044b49804e3732082aba83

- name: Install in dev mode
run: |
Expand Down

0 comments on commit 422425e

Please sign in to comment.