Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuccislab authored Nov 13, 2023
1 parent 0d2226e commit 955c7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Connect to the PYPI
# documentation for pyDRTtools

name: Build_Dist_Ei.
name: Build_Dist_EJ.
on:
workflow_dispatch:
jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8
pip install cvxopt cvxpy matplotlib PyQt5 pandas scipy numpy scikit-learn wheel
pip install cvxopt matplotlib PyQt5 pandas scipy numpy scikit-learn wheel
#pip install -r requirement.txt ### new code addded
# Use flake8 to wrap source code into package/ python library
- name: Lint with flake8
Expand Down

0 comments on commit 955c7ef

Please sign in to comment.