Skip to content

Commit 8b76883

Browse files
authored
debug : indicate which part of the block activated
1 parent 002fa54 commit 8b76883

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conda_env_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ jobs:
7474
shell: bash
7575
run: |
7676
if [[ "${{ runner.os }}" == "Windows" ]]; then
77+
echo "Entering Windows block"
7778
.venv\Scripts\activate
7879
else
80+
echo "Entering non-Windows block"
7981
source .venv/bin/activate
8082
fi
8183
uv pip install -r ${{ matrix.environment.req-file }}

0 commit comments

Comments
 (0)