Skip to content

Commit

Permalink
python3.11 because of spectralcube
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Sep 22, 2024
1 parent ef2c0ac commit b78726a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.11"
- name: Install casacore and boost
run: |
sudo apt install -y build-essential libcfitsio-dev liblapack-dev libboost-python-dev python3-dev wcslib-dev casacore-dev
Expand Down

0 comments on commit b78726a

Please sign in to comment.