Skip to content

Commit

Permalink
Use tagged version of PyCIEMSS (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant authored Aug 16, 2023
1 parent e9a6057 commit 80f4ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ up-rebuild:$(DOCKER_COMPOSE_YAML)
# Rebuild the docker image from scratch
.PHONY:force-rebuild
force-rebuild:$(DOCKER_COMPOSE_YAML)
$(DOCKER_COMPOSE) compose --file $(DOCKER_COMPOSE_YAML) build --no-cache
$(DOCKER_COMPOSE) compose --profile standalone --file $(DOCKER_COMPOSE_YAML) build --no-cache

# Turn project off
.PHONY:down
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mock = "^5.1.0"
poethepoet = "^0.21.1"

[tool.poe.tasks]
install-pyciemss = "pip install git+https://github.com/ciemss/pyciemss.git#c54cff8e301aa53239a9f0e789c8618c3c75569b"
install-pyciemss = "pip install --no-cache git+https://github.com/ciemss/pyciemss.git@v0.0.1"

[tool.pytest.ini_options]
python_files = ["tests/tests.py"]
Expand Down

0 comments on commit 80f4ebd

Please sign in to comment.