diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 54ed8ba..4cbf307 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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: |