Skip to content

Commit

Permalink
check pip/python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent 761ecde commit 7664a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file removed output/test.txt
Empty file.
3 changes: 2 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pandoc -o output/out.pdf --pdf-engine=xelatex --template=input/main.tex input/ma

sleep 10

touch output/test.txt
echo $(python -V) >> output/python-version
echo $(pip -V) >> output/python-version

0 comments on commit 7664a66

Please sign in to comment.