File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,21 @@ jobs:
61
61
62
62
- name : Install Monte-Cover
63
63
run : |
64
- uv sync --project monte-cover/pyproject.toml --venv .venv
64
+ uv venv --project monte-cover/pyproject.toml
65
+ uv sync --project monte-cover/pyproject.toml
65
66
66
67
- name : Install DoubleML from correct branch
67
68
run : |
68
- uv pip uninstall doubleml
69
- uv pip install "doubleml @ git+https://github.com/DoubleML/doubleml-for-py@${{ env.DML_BRANCH }}"
69
+ uv pip uninstall --project monte-cover/pyproject.toml doubleml
70
+ uv pip install --project monte-cover/pyproject.toml "doubleml @ git+https://github.com/DoubleML/doubleml-for-py@${{ env.DML_BRANCH }}"
70
71
71
72
- name : Set up Git configuration
72
73
run : |
73
74
git config --global user.name 'github-actions'
74
75
git config --global user.email '[email protected] '
75
76
76
77
- name : Run scripts
77
- run : uv run python ${{ matrix.script }}
78
+ run : uv run --project monte-cover/pyproject.toml ${{ matrix.script }}
78
79
79
80
- name : Commit any existing changes
80
81
run : |
You can’t perform that action at this time.
0 commit comments