diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 14:10:45 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 5b81244b7250360f953d238329e80bdbce6205f1 (patch) | |
| tree | 87980a518f2bf8a321ba5d1c9e113f20d649e07a | |
| parent | e769c45a06c42f4e9528a35f9739c0ae3061efc7 (diff) | |
debug
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc45fbde..ddfe858a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,9 @@ jobs: sudo apt install libgirepository1.0-dev uname -a - pip --version python --version - file "$(which python)" + pip --version + pip debug python -m pip install --upgrade pip |
