Skip to content

Commit

Permalink
ci: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Oct 11, 2024
1 parent f7be9fe commit ddfab3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
id: setup-uv
uses: astral-sh/setup-uv@v3

- name: Install Python 3.12
run: uv python install 3.12

- name: Install the project
run: uv sync --all-extras --python 3.12

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint-and-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
id: setup-uv
uses: astral-sh/setup-uv@v3

- name: Install Python 3.12
run: uv python install 3.12

- name: Install the project
run: uv sync --all-extras --python 3.12

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
environment:
name: release
url: https://pypi.org/project/nzb/${{ github.ref_name }}
url: https://pypi.org/project/nzb/
permissions:
id-token: write
contents: write
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
id: setup-uv
uses: astral-sh/setup-uv@v3

- name: Install Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install the project
- name: Install the project with Python ${{ matrix.python-version }}
run: uv sync --all-extras --python ${{ matrix.python-version }}

- name: Run tests and generate coverage
Expand Down

0 comments on commit ddfab3e

Please sign in to comment.