Skip to content

Commit cd6b955

Browse files
committed
try fix profile job
1 parent e461ac0 commit cd6b955

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ env.python_version }}
2727

2828
- name: Install dependencies
29-
run: pip install ".[test]"
29+
run: pip install ".[profile]"
3030

3131
- name: Run benchmarks
3232
uses: CodSpeedHQ/action@v4

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,17 @@ test = [
8383
"twine",
8484
]
8585

86-
profile = [
86+
profile_base = [
8787
"pytest-codspeed",
8888
]
8989

9090
all = ["dascore[extras]"]
9191

9292
dev = ["dascore[test]", "dascore[docs]", "dascore[profile]", "dascore[extras]"]
9393

94+
profile = ["dascore[test]", "dascore[profile_base]"]
95+
96+
9497
# --- URLs for project
9598

9699
[project.urls]

0 commit comments

Comments
 (0)