Skip to content

Commit

Permalink
Update CI naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed May 7, 2024
1 parent 0e93c7d commit 3f64b07
Showing 1 changed file with 2 additions and 59 deletions.
61 changes: 2 additions & 59 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,65 +37,8 @@ jobs:
with:
extra_args: --files solvation_analysis/*

# test:
# name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# os: [macOS-latest, ubuntu-latest, windows-latest]
# python-version: [3.9, "3.10", 3.11, 3.12]
#
# steps:
# - uses: actions/checkout@v3
#
# - name: Additional info about the build
# shell: bash
# run: |
# uname -a
# df -h
# ulimit -a
#
#
# # More info on options: https://github.com/conda-incubator/setup-miniconda
# - uses: conda-incubator/setup-miniconda@v2
# with:
# python-version: ${{ matrix.python-version }}
# environment-file: devtools/conda-envs/test_env.yaml
#
# channels: conda-forge,defaults
#
# activate-environment: test
# auto-update-conda: false
# auto-activate-base: false
# show-channel-urls: true
#
# - name: Install package
#
# # conda setup requires this special shell
# shell: bash -l {0}
# run: |
# python -m pip install . --no-deps
# conda list
#
#
# - name: Run tests
#
# # conda setup requires this special shell
# shell: bash -l {0}
#
# run: |
# pytest -v --cov=solvation_analysis --cov-report=xml --color=yes solvation_analysis/tests/
#
# - name: CodeCov
# uses: codecov/codecov-action@v1
# with:
# file: ./coverage.xml
# flags: unittests
# name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

test_pip_install:
name: pip (PEP517) install on ${{ matrix.os }}, Python ${{ matrix.python-version }}
test:
name: pip install on ${{ matrix.os }}, Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3f64b07

Please sign in to comment.