Skip to content

Commit

Permalink
reordered build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Sep 10, 2024
1 parent 2784dd0 commit da655a3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install casacore and boost
run: |
sudo apt update -y
sudo apt install -y build-essential liblapack-dev libboost-python-dev python3-dev wcslib-dev casacore-dev
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install casacore and boost
run: |
sudo apt install -y build-essential liblapack-dev libboost-python-dev python3-dev wcslib-dev casacore-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip uv
PIP_NO_BINARY="python-casacore" pip install pytest pytest-cov pre-commit black mypy .
uv pip install --system pytest pytest-cov pre-commit black mypy .
- name: Lint with pre-commit
run: |
pre-commit run --all-files
Expand Down

0 comments on commit da655a3

Please sign in to comment.