Skip to content

Commit a1be69a

Browse files
20240414 - install python modules
1 parent 3691a4d commit a1be69a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525
- run: pip install jupyter
26+
- run: pip install -r requirements.txt
2627

2728
- name: Install R
2829
uses: r-lib/actions/setup-r@v2

requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ipython
2+
jupyter
3+
jupyterlab
4+
matplotlib
5+
numpy
6+
pandas
7+
seaborn
8+
scikit-learn
9+
scipy

0 commit comments

Comments
 (0)