diff options
| author | Dominic <yobmod@gmail.com> | 2021-07-31 16:48:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 16:48:23 +0100 |
| commit | 300330dfa2d2baece6d34b450523ac2a079c228b (patch) | |
| tree | 4d4a3c59929fbc98c0617d8446405e745081f931 /.github/workflows/pythonpackage.yml | |
| parent | d858916ce254287b70f2b3cc675ff7860171bfba (diff) | |
| parent | 8eedc9d002da9bb085be4a82ffb5372f8f8ff7a2 (diff) | |
| download | gitpython-300330dfa2d2baece6d34b450523ac2a079c228b.tar.gz | |
Merge pull request #1307 from Yobmod/main
More types for symbolic.py
Diffstat (limited to '.github/workflows/pythonpackage.yml')
| -rw-r--r-- | .github/workflows/pythonpackage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index bf712b2d..8581c0bf 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -28,6 +28,7 @@ jobs: - name: Install dependencies and prepare tests run: | set -x + python -m pip install --upgrade pip setuptools wheel python --version; git --version git submodule update --init --recursive |
