Skip to content

Commit

Permalink
remove pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Nov 21, 2023
1 parent 3c56ea8 commit 368630a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.8", "3.12" ]
python-version: [ "3.8", "3.11" ]
steps:
- uses: actions/checkout@v2
- name: Cache conda
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/pylint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ci/environment-3.12.yml → ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.11
- numpy
- astropy>=4.0
- scipy
Expand Down

0 comments on commit 368630a

Please sign in to comment.