Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jul 1, 2024
1 parent 45b08dc commit 1259f5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/build-and-test-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ runs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install .
pip install -r arches_rdm_example_project/install/requirements.txt
pip install -r arches_rdm_example_project/install/requirements_dev.txt
pip install '.[dev]'
echo Python packages installed
shell: bash

Expand Down
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@ dependencies = [
]
version = "0.0.1"

[project.optional-dependencies]
dev = [
"livereload",
"sst",
"coverage",
"django-silk==5.1.0",
"pre-commit",
"black==24.4.2",
]

[tool.setuptools]
packages = ["arches_rdm_example_project"]

0 comments on commit 1259f5d

Please sign in to comment.