Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 17, 2025
1 parent 446e75e commit d08f630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/qa_deps_workflow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
def test_deps_workflow():
"""Test the deps functionality."""

deps_pip = DepsPip(packages=["numpy==1.23.1"])
deps_pip = DepsPip(packages=["numpy>=2.0"])
deps_bash = DepsBash(commands=["echo $HOME >> /tmp/deps_bash_test.txt"])

def deps_call():
Expand Down

0 comments on commit d08f630

Please sign in to comment.