Skip to content

Commit 1e341b2

Browse files
authored
GHA: remove version info (#114)
1 parent 3abb8d8 commit 1e341b2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
- name: Install mplotutils
4848
run: |
4949
python -m pip install --no-deps -e .
50-
- name: Version info
51-
run: |
52-
conda info -a
53-
conda list
5450
- name: Import mplotutils
5551
run: |
5652
python -c "import mplotutils"

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: Install mplotutils
4444
run: |
4545
python -m pip install --no-deps -e .
46-
- name: Version info
47-
run: |
48-
conda info -a
49-
conda list
5046
- name: Import mplotutils
5147
run: |
5248
python -c "import mplotutils"

0 commit comments

Comments
 (0)