Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Jun 23, 2023
1 parent 370a317 commit 92daf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
mkdir -p ${HOME}/.local/bin
echo ${HOME}/.local/bin >> $GITHUB_PATH
curl -o ${HOME}/.local/bin/shelxl https://dkratzert.de/files/shelx/shelxl
chmod a+x setup/dsr.sh
chmod a+x src/dsr_shelx/dsr
chmod a+x ${HOME}/.local/bin/shelxl
cp -r setup/dsr.sh ${HOME}/.local/bin/dsr
cp -r src/dsr_shelx/dsr ${HOME}/.local/bin/dsr
cp -r * ${HOME}/.local/bin/
export DSR_DIR=src/dsr_shelx
Expand Down

0 comments on commit 92daf7a

Please sign in to comment.