Skip to content

Commit

Permalink
Restore simple hash enum (#91)
Browse files Browse the repository at this point in the history
AB#9329
  • Loading branch information
eccles authored Jul 2, 2024
1 parent d401144 commit 3f0dd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ RUN python3 -m pip -qq install --upgrade pip \
ENV USER=api
ENV HOME=/home/${USER}
RUN mkdir -p ${HOME}
ENV PYTHONPATH=${HOME}/samples:${PYTHONPATH}
ENV PYTHONPATH=${HOME}/samples
ENV PATH=${HOME}/.local/bin:${PATH}
WORKDIR ${HOME}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyyaml~=6.0.1
# the following lines. Also do similar in the Dockerfile.
# That way one can test an unreleased version of github datatrails-samples.
# NB dont forget to uncomment before merging !!
datatrails-archivist==0.31.0
datatrails-archivist==0.31.1

0 comments on commit 3f0dd3c

Please sign in to comment.