Skip to content

Commit

Permalink
Comment pip install test and undo previous project change of name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroEzq committed Jan 25, 2024
1 parent 7366a86 commit 15c2c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Run pre-commit
run: pre-commit run --all-files

- name: Install the package with pip
run: python -m pip install .[test]
#- name: Install the package with pip
# run: python -m pip install .[test]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"


[project]
name = "AxionLimits"
name = "axion-limits"
description = "A Python library for generating axion sensitivity plots."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 15c2c63

Please sign in to comment.