Skip to content

Commit

Permalink
debug windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 10, 2023
1 parent 5cec5c7 commit 72baca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
# TEMPORARY
conda create -yqp "${{ runner.temp }}/conda-standalone-menuinst" -c napari/label/bundle_tools_3 conda-standalone
echo "CONSTRUCTOR_CONDA_EXE_WITH_MENUINST_V2=${{ runner.temp }}/conda-standalone-menuinst/standalone_conda/conda.exe" >> $GITHUB_ENV
# TEMPORARY
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 60
if: matrix.os == 'windows'
- name: Run unit tests
run: |
pytest -vv --cov=constructor --cov-branch tests/ -m "not examples"
Expand Down

0 comments on commit 72baca8

Please sign in to comment.