We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0197bb2 commit c439667Copy full SHA for c439667
Makefile
@@ -13,7 +13,7 @@ enter_docker_image: build_docker_image
13
create_environment:
14
conda create -n $(ENVIRONMENT_NAME) python=3.10 pip
15
conda run --no-capture-output -n $(ENVIRONMENT_NAME) python -m pip install uv==0.2.5
16
- conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install -c constraints.txt -e .[dev]
+ conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install -c constraints.txt -e fme[dev]
17
18
test:
19
pytest --durations 20 .
0 commit comments