Skip to content

Commit cd7bf26

Browse files
committed
take 14
1 parent 13a34bf commit cd7bf26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,12 @@ jobs:
277277
name: Environment information
278278
command: |
279279
source venv_test/bin/activate
280+
pip list
280281
pip list | grep -e power -e grid -e panda
281282
which python julia python-jl
282-
pip list
283+
python --version
284+
julia --version
285+
python-jl --version
283286
julia -e 'using Pkg; Pkg.status()'
284287
- run:
285288
name: Test PowerModels in Julia

0 commit comments

Comments
 (0)