git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
491f45e
)
CI: combine version steps
author
XhmikosR
<redacted>
Mon, 7 Mar 2022 06:58:22 +0000
(08:58 +0200)
committer
XhmikosR
<redacted>
Mon, 7 Mar 2022 06:58:22 +0000
(08:58 +0200)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 0d8472e0e2eda240e4668c3de96a2776844df707..eaf451632ccfb482a4e5b309c83448d3b59613e9 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-34,8
+34,10
@@
jobs:
with:
python-version: ${{ matrix.python }}
- - run: python --version
- - run: pip --version
+ - name: Print versions
+ run: |
+ python --version
+ pip --version
- name: Install Python dependencies
run: pip install -r requirements.txt
git clone https://git.99rst.org/PROJECT