Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 20, 2023
1 parent 93d43dc commit 54af393
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,42 +38,42 @@ jobs:
fail-fast: false
matrix:
include:
# UBUNTU
- os: ubuntu
python-version: "3.8"
conda-standalone: conda-standalone
check-docs: true
- os: ubuntu
python-version: "3.9"
conda-standalone: conda-standalone
check-docs: true
- os: ubuntu
python-version: "3.10"
conda-standalone: conda-standalone-nightly
- os: ubuntu
python-version: "3.11"
conda-standalone: micromamba
# MACOS
- os: macos
python-version: "3.8"
conda-standalone: conda-standalone-nightly
# Not running for 3.9 to save some CI resources
# - os: macos
# # UBUNTU
# - os: ubuntu
# python-version: "3.8"
# conda-standalone: conda-standalone
# check-docs: true
# - os: ubuntu
# python-version: "3.9"
# conda-standalone: conda-standalone
- os: macos
python-version: "3.10"
conda-standalone: micromamba
- os: macos
python-version: "3.11"
conda-standalone: conda-standalone
# WINDOWS
- os: windows
python-version: "3.8"
conda-standalone: conda-standalone
- os: windows
python-version: "3.9"
conda-standalone: conda-standalone-nightly
# check-docs: true
# - os: ubuntu
# python-version: "3.10"
# conda-standalone: conda-standalone-nightly
# - os: ubuntu
# python-version: "3.11"
# conda-standalone: micromamba
# # MACOS
# - os: macos
# python-version: "3.8"
# conda-standalone: conda-standalone-nightly
# # Not running for 3.9 to save some CI resources
# # - os: macos
# # python-version: "3.9"
# # conda-standalone: conda-standalone
# - os: macos
# python-version: "3.10"
# conda-standalone: micromamba
# - os: macos
# python-version: "3.11"
# conda-standalone: conda-standalone
# # WINDOWS
# - os: windows
# python-version: "3.8"
# conda-standalone: conda-standalone
# - os: windows
# python-version: "3.9"
# conda-standalone: conda-standalone-nightly
- os: windows
python-version: "3.10"
conda-standalone: conda-standalone
Expand Down Expand Up @@ -133,9 +133,13 @@ jobs:
CONSTRUCTOR_SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe"
run: |
rm -rf coverage.json
pytest -vv --cov=constructor --cov-branch tests/test_examples.py
pytest -vv --cov=constructor --cov-branch tests/test_examples.py -k "miniforge or shortcuts"
coverage run --branch --append -m constructor -V
coverage json
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 90
if: failure()
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 54af393

Please sign in to comment.