1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Split the monolithic workflow into specific ones (#1149)

* Split the monolithic workflow into specific ones

* Rename workflows, improve commands

* Update pip from the venv

* Fix Windows setup

* Lowercase macos-latest

* Fix Windows run, again
This commit is contained in:
Mickaël Schoentgen
2021-09-08 16:41:55 +02:00
committed by GitHub
parent 4d7d6b66cf
commit 4c8633c6e5
7 changed files with 89 additions and 35 deletions

View File

@@ -26,6 +26,9 @@ all: uninstall-httpie install test
install: venv
@echo $(H1)Updating package tools$(H1END)
$(VENV_PIP) install --upgrade pip wheel
@echo $(H1)Installing dev requirements$(H1END)
$(VENV_PIP) install --upgrade --editable '.[dev]'