Skip to content

Commit

Permalink
fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddalpiaz committed Aug 23, 2024
1 parent ded0d69 commit 6566bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --all-extras --dev --exclude-newer {{ matrix.package-date }}
run: uv sync --all-extras --dev --exclude-newer ${{ matrix.package-date }}
- name: Test package
run: uv run pytest

0 comments on commit 6566bd9

Please sign in to comment.