Skip to content

Commit

Permalink
Merge pull request #60 from LSSTDESC/eac-dev
Browse files Browse the repository at this point in the history
Remove rail project stuff from rail_pipelines
  • Loading branch information
ztq1996 authored Jan 15, 2025
2 parents 09d01b5 + 4f5f8f0 commit 22ca2e9
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2,655 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
sudo apt install libbz2-dev
pip install wheel
pip install .
pip install .[dev]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt install libbz2-dev
pip install build
- name: Build package
run: python -m build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
sudo apt install libbz2-dev
pip install wheel
pip install .
pip install .[dev]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
sudo apt install libbz2-dev
pip install wheel
pip install .
pip install .[dev]
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dynamic = ["version"]
dependencies = [
"pz-rail-base",
"click",
"pyarrow",
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand All @@ -37,9 +36,6 @@ dev = [
"pylint", # Used for static linting of files
]

[project.scripts]
rail_pipe = "rail.cli.rail_pipe.pipe_commands:pipe_cli"

[build-system]
requires = [
"setuptools>=62", # Used to build and package the Python project
Expand Down
Empty file removed src/rail/cli/rail_pipe/__init__.py
Empty file.
5 changes: 0 additions & 5 deletions src/rail/cli/rail_pipe/__main__.py

This file was deleted.

337 changes: 0 additions & 337 deletions src/rail/cli/rail_pipe/pipe_commands.py

This file was deleted.

Loading

0 comments on commit 22ca2e9

Please sign in to comment.