Skip to content

Commit

Permalink
install numpy too
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
  • Loading branch information
cicoyle committed Oct 15, 2024
1 parent d163925 commit 63f23f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapr-standalone-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Activate virtual environment and install required packages
run: |
source venv/bin/activate
pip install scipy psutil
pip install numpy scipy psutil
# This is a good example where we want to always compare against the latest stable release.
# Pinning to a given Dapr version does not add any value in this workflow.
- name: Install latest Dapr CLI
Expand Down

0 comments on commit 63f23f9

Please sign in to comment.