File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ jobs:
6161
6262 - name : Install Monte-Cover
6363 run : |
64- uv venv --project monte-cover/pyproject.toml
65- uv sync --project monte-cover/pyproject.toml
64+ cd monte-cover
65+ uv venv
66+ uv sync
6667
6768 - name : Install DoubleML from correct branch
6869 run : |
70+ source monte-cover/.venv/bin/activate
6971 uv pip uninstall --project monte-cover/pyproject.toml doubleml
7072 uv pip install --project monte-cover/pyproject.toml "doubleml @ git+https://github.com/DoubleML/doubleml-for-py@${{ env.DML_BRANCH }}"
7173
7577 git config --global user.email 'github-actions@github.com'
7678
7779 - name : Run scripts
78- run : uv run --project monte-cover/pyproject.toml ${{ matrix.script }}
80+ run : |
81+ source monte-cover/.venv/bin/activate
82+ uv run --project monte-cover/pyproject.toml ${{ matrix.script }}
7983
8084 - name : Commit any existing changes
8185 run : |
You can’t perform that action at this time.
0 commit comments