Skip to content

Commit

Permalink
simplifying CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fjaviersanchez committed Nov 24, 2023
1 parent ec92500 commit 401b2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9']

steps:
- uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -45,13 +45,7 @@ jobs:
git clone https://github.com/LSSTDESC/TJPCov.git
cd TJPCov
pip install --no-deps -e .
- name: Environment test
shell: bash -l {0}
run: |
conda info
conda activate base
which python
- name: flake8
shell: bash -l {0}
run: /usr/share/miniconda/bin/flake8 augur --max-line-length=100 --count --show-source --statistics
Expand Down
1 change: 1 addition & 0 deletions augur/utils/diff_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import numpy as np


def five_pt_stencil(f, x0, h=1e-4):
"""
Five-point stencil differentiation based on https://arxiv.org/pdf/2101.00298.pdf
Expand Down

0 comments on commit 401b2a5

Please sign in to comment.