Skip to content

Commit

Permalink
ci: fix path, update uv
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Sep 8, 2024
1 parent 70fc243 commit f208131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches: [main]
paths:
- '.github/workflows/tests.yml'
- 'src/obr/**.py'
- 'src/olm/**.py'
- 'pyproject.toml'
- 'uv.lock'
pull_request:
paths:
- '.github/workflows/tests.yml'
- 'src/obr/**.py'
- 'src/olm/**.py'
- 'pyproject.toml'
- 'uv.lock'
jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup uv
run: curl -LsSf https://astral.sh/uv/0.4.0/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.7/install.sh | sh
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
Expand Down

0 comments on commit f208131

Please sign in to comment.