We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3182df commit 5193d20Copy full SHA for 5193d20
1 file changed
.github/workflows/main.yml
@@ -23,6 +23,10 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip setuptools flake8
25
pip install -e '.[tests]'
26
+ - name: Get versions
27
+ run: |
28
+ python -V
29
+ pip freeze
30
- name: flake8
31
run: flake8 python_utils setup.py
32
- name: pytest
0 commit comments