Skip to content

Commit

Permalink
fix missing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Mar 27, 2024
1 parent 79b2981 commit fbf93a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RUN git clone -q --single-branch -b tests https://github.com/openkim/kim-python-
&& cd kim-python-utils \
&& pip install -e .

RUN git clone -q --single-branch -b tests https://github.com/openkim-hackathons/kim-test-utils \
RUN git clone -q https://github.com/openkim-hackathons/kim-test-utils \
&& cd kim-test-utils \
&& pip install -e .

Expand Down

0 comments on commit fbf93a5

Please sign in to comment.