Skip to content

Commit b1c1783

Browse files
committed
Weird unicodedecodeerror. Seems to be a pip thing?
Shot in the dark that it could possibly be related to the `SIG` unicode variable.
1 parent 1cc50e1 commit b1c1783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SIG="☁☀☂"
3+
SIG="[-__-].oO"
44

55
echo "${SIG} Running setup routine with Python versions:"
66
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do

circle/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SIG="☁☀☂"
3+
SIG="[-__-].oO"
44

55
echo "${SIG} Running test routine with python versions:"
66
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do

0 commit comments

Comments
 (0)