Update testing.yml

to be squishy squashed
This commit is contained in:
dave-shawley 2021-09-13 06:52:56 -04:00 committed by GitHub
parent 9df7604012
commit 85686397d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requires/testing.txt
python -m pip install -e .
python -m pip install -e '.[msgpack]'
- name: Dump packages
run: python -m pip freeze
- name: Run tests