Skip to content

Commit

Permalink
CI workflow updates (#7)
Browse files Browse the repository at this point in the history
* update CI

* delete unused files
  • Loading branch information
philipmnel authored Apr 17, 2024
1 parent 34e37fb commit 7801c6a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 247 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, "3.11"]
python-version: [3.8, "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
ulimit -a
- name: Create Environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
extra-specs: python=${{ matrix.python-version }}
environment-file: devtools/conda-envs/test_env.yaml
Expand Down
12 changes: 0 additions & 12 deletions .lgtm.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .travis.yml

This file was deleted.

41 changes: 0 additions & 41 deletions appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test
channels:
- conda-forge
- conda-forge/label/libint_dev
dependencies:
# Base depends
- python
Expand Down
95 changes: 0 additions & 95 deletions devtools/scripts/create_conda_env.py

This file was deleted.

39 changes: 0 additions & 39 deletions devtools/travis-ci/before_install.sh

This file was deleted.

0 comments on commit 7801c6a

Please sign in to comment.