Skip to content

Commit

Permalink
WIP: Replace ADD with COPY to see if that solves the failing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Feb 12, 2024
1 parent e0ddcee commit cbb8e2c
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 @@ -11,7 +11,7 @@ RUN docker-apt-install \
python3-six \
python3-pip \
python3-nose
ADD . /code
COPY . /code
WORKDIR /code
RUN pip3 install -e .
RUN pip3 install -r tests/requirements.txt
Expand Down

0 comments on commit cbb8e2c

Please sign in to comment.