Skip to content

Commit

Permalink
Merge branch 'main' into 6-implement-vlbi-fringe-fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dessmalljive committed Jul 25, 2024
2 parents eb93ff6 + 74af426 commit 8062811
Show file tree
Hide file tree
Showing 23 changed files with 38,077 additions and 1,382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8","3.9","3.10","3.11"]
python-version: ["3.9","3.10","3.11"]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-testing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest"]
python-version: ["3.8", "3.9", "3.10","3.11"]
python-version: ["3.9", "3.10","3.11"]
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-activate-base: false
activate-environment: xradiotest
auto-update-conda: true
Expand Down
Loading

0 comments on commit 8062811

Please sign in to comment.