Skip to content

Commit

Permalink
remove dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 22, 2024
1 parent e3e1cb5 commit ee8c144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 137 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install package
- name: Install package and dev dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install --no-deps .
uv pip install -r dev-requirements.txt
uv pip install ".[dev]"
- name: ruff check
run: |
ruff check src/pynxtools_mpes tests
Expand Down
134 changes: 0 additions & 134 deletions dev-requirements.txt

This file was deleted.

0 comments on commit ee8c144

Please sign in to comment.