Skip to content

Commit

Permalink
Test on latest casacore before 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Aug 28, 2024
1 parent 4f06de5 commit a248c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py3_casacore_master.docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD . /src
WORKDIR /src
RUN python3 -m venv venv && \
. venv/bin/activate && \
pip install --upgrade numpy && \
pip install numpy==1.26.4 && \
pip install . && \
cd tests && \
pip install -r requirements.txt && \
Expand Down

0 comments on commit a248c27

Please sign in to comment.