From 3f64b076c0eb98e209bd9e2f8573541296e70428 Mon Sep 17 00:00:00 2001 From: orioncohen Date: Tue, 7 May 2024 12:09:17 -0700 Subject: [PATCH] Update CI naming. --- .github/workflows/CI.yaml | 61 ++------------------------------------- 1 file changed, 2 insertions(+), 59 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index b6bea0c..5c4709a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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