Skip to content

Commit

Permalink
Update python_env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Jul 8, 2024
1 parent 11855b2 commit 624d9f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python Environment

on:
# To run manually
workflow_dispatch
push

jobs:
setup:
Expand All @@ -12,9 +12,9 @@ jobs:

- name: Install Python dependencies
run: |
python -m pip install matplotlib scipy
python -m pip install matplotlib numpy
- name: Hello World
run: |
python -c "import scipy as sp; print('Scipy version: '+sp.__version__)"
python -c "import numpy as sp; print('Numpy version: '+np.__version__)"
python -c "import matplotlib as mpl; print('Matplotlib version: '+mpl.__version__)"

0 comments on commit 624d9f7

Please sign in to comment.