Skip to content

Commit

Permalink
Updated surrogates to also use data driven version
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Jul 30, 2024
1 parent 3cad57c commit 93f467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: pip-cache
key: pip-cache-datadriven
- name: Update
run: pip install --upgrade --upgrade-strategy eager -e .
- name: Run tests
Expand Down

0 comments on commit 93f467e

Please sign in to comment.