Skip to content

Commit

Permalink
WIP: Set WORKDIR before ADDing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Feb 12, 2024
1 parent cbb8e2c commit ff707f1
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,8 +11,8 @@ RUN docker-apt-install \
python3-six \
python3-pip \
python3-nose
COPY . /code
WORKDIR /code
ADD . .
RUN pip3 install -e .
RUN pip3 install -r tests/requirements.txt
RUN nosetests3 --with-coverage --verbose --cover-package=casacore
Expand Down

0 comments on commit ff707f1

Please sign in to comment.