deprecate old projects & reduce CI workload
This commit is contained in:
6
projects/_deprecated/leet-code/test-python.sh
Normal file
6
projects/_deprecated/leet-code/test-python.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# "python" is supposed to mean Python3 everywhere now, but not in practice
|
||||
if [ ! -z "$(which python3)" ]; then
|
||||
python3 main.py
|
||||
else
|
||||
python main.py
|
||||
fi
|
||||
Reference in New Issue
Block a user