Skip to content

Commit

Permalink
Corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 11, 2023
1 parent e826d5b commit 3c3a500
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
run: |
pip install pandas
pip install "pybind11[global]"
pip install cvxopt
pip install "OpenDSSDirect.py[extras]"
pip install helics
pip install numpy
- name: Configure build with MSVC
run: |
Expand Down

0 comments on commit 3c3a500

Please sign in to comment.