Update step name

This commit is contained in:
Jordan Bradford
2024-04-03 14:10:16 -04:00
parent 51f8470535
commit c578a7bec0

View File

@@ -53,7 +53,7 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
- name: Install venv, git and setup venv
- name: Install venv, git, pip and setup venv
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update