Skip to content

Commit

Permalink
Remove old commented GH Action job
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Apr 22, 2020
1 parent 9bedc78 commit 29892b6
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/deps_eager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,3 @@ jobs:

- name: Run previously skipped tests for adapter conversion
run: pytest -rs --cov=./optimade/ --cov-report=xml --cov-append tests/adapters/

# deps_clean-install:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# max-parallel: 2
# matrix:
# python-version: [3.6, 3.7, 3.8]

# steps:
# - uses: actions/checkout@v2

# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v1
# with:
# python-version: ${{ matrix.python-version }}

# - name: Install latest versions of immediate dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -U setuptools
# # Install all dependencies "as a user", i.e., a clean install
# pip install -e .[all]

# - name: Run tests on updated packages
# run: |
# pytest -rs --cov=./optimade/

0 comments on commit 29892b6

Please sign in to comment.