Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit e11f321

Browse files
committed
GHA: Show versions
1 parent 8890807 commit e11f321

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

28+
- name: Show versions:
29+
run: |
30+
python --version
31+
node --version
32+
2833
- name: Install requirements
2934
run: |
3035
pip install -r requirements.txt
@@ -40,7 +45,7 @@ jobs:
4045
run: make bench
4146

4247
- name: Coveralls
43-
if: matrix.python-version == '3.10'
48+
if: matrix.python-version == '3.11'
4449
run: coveralls --service=github
4550
env:
4651
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)