Skip to content

Commit

Permalink
fix: can't import lightcones because of circ dep
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Dec 23, 2024
1 parent faf8494 commit 3b7f045
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
PYTHON: ${{ matrix.python-version }}
CC: gcc
name: Testing
name: Test MacOS Build
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -46,7 +46,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
# auto-update-conda: true
mamba-version: "*"
channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
environment-file: ci/macos-latest-env.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
# auto-update-conda: true
mamba-version: "*"
channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
environment-file: ci/${{ matrix.os }}-env.yml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_suite_nointegration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
PYTHON: ${{ matrix.python-version }}
OS: ${{ matrix.os }}
CC: gcc
name: Testing
name: Sans Integration Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -45,7 +45,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
# auto-update-conda: true
mamba-version: "*"
channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
environment-file: ci/${{ matrix.os }}-env.yml
Expand Down
1 change: 0 additions & 1 deletion src/py21cmfast/drivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from typing import Generator

from .coeval import Coeval, run_coeval
from .lightcone import AngularLightcone, LightCone, run_lightcone
from .single_field import (
compute_initial_conditions,
compute_ionization_field,
Expand Down

0 comments on commit 3b7f045

Please sign in to comment.