Skip to content

Commit

Permalink
lowest test
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 27, 2024
1 parent 79855c8 commit 20c5cae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: setup python version
id: setup-python-version
shell: bash
run: |
[[ '${{ matrix.python-version }}' == 'lowest' ]] && echo "python-version=3.8" || echo "python-version=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Install rye
uses: phi-friday/[email protected]
id: install-rye
with:
python_version: ${{ matrix.python-version }}
python_version: ${{ steps.setup-python-version.outputs.python-version }}
use_uv: true

- name: Load cached venv
Expand Down

0 comments on commit 20c5cae

Please sign in to comment.