Skip to content

Commit

Permalink
Test if install works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavelka, Roman (ADV D EU CZ PDS1 CIO 1) committed Aug 28, 2023
1 parent cfeca42 commit 827bdfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
print("sys.platform:", sys.platform)

if sys.platform == "linux":
print("We are on linux!")
import requests
print("Import works!")
exit(0)

try:
Expand Down

0 comments on commit 827bdfe

Please sign in to comment.