Skip to content

Commit

Permalink
.toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wegmann committed Nov 7, 2023
1 parent 35c7785 commit f044614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ test: venv ## 🎯 Unit tests for Bluesky SECoP Integration

venv: .venv/touchfile

.venv/touchfile: requirements.txt
.venv/touchfile: pyproject.toml
python3 -m venv .venv
. .venv/bin/activate; pip install --upgrade pip git ;pip install .[dev]
. .venv/bin/activate; pip install --upgrade pip; pip install .[dev]
touch .venv/touchfile


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev = [
'wheel',
'cycler',
'frappy-core@git+https://github.com/SampleEnvironment/frappy',
'mlzlog == 0.3.5',
'mlzlog',
'matplotlib',
'pytest-asyncio',
'pytest-xprocess',
Expand Down

0 comments on commit f044614

Please sign in to comment.