Skip to content

Commit

Permalink
Remove ruff and pipx as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 8, 2024
1 parent e618f8d commit 01d01e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/actions/pytest-plugins-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ inputs:
required: true
default: 1.7.1

pipx-version:
description: 'Pipx version to use'
required: true
default: 1.0.0

ruff-version:
description: 'Ruff version to use'
required: true
default: 0.2.1

just-version:
description: 'Just version to use'
required: true
Expand All @@ -44,14 +34,6 @@ runs:
with:
poetry-version: ${{ inputs.poetry-version }}

- name: Setup pipx (${{ inputs.pipx-version }})
run: pip install "pipx==${{ inputs.pipx-version }}"
shell: bash

- name: Setup ruff (${{ inputs.ruff-version }})
run: pipx install "ruff==${{ inputs.ruff-version }}"
shell: bash

- name: Setup just (${{ inputs.just-version }})
uses: extractions/setup-just@v1
with:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Continues Delivery (Release)

on:
workflow_dispatch:

jobs:

CI:
uses: ./.github/workflows/ci.yml
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ Before you can start developing in this workspace, please ensure you have the fo

- [Python](https://www.python.org)
- [Just](https://github.com/casey/just)
- [Ruff](https://github.com/astral-sh/ruff)
Empty file removed ruff.toml
Empty file.

0 comments on commit 01d01e4

Please sign in to comment.