Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Theoretically this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
tweirtx committed Jan 17, 2020
1 parent 1d7a825 commit 78b67ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
GOBACKTO=$(pwd)
cd /opt/pyenv
git pull
git pull origin master
cd $GOBACKTO
pyenv install 3.7.6 -s
pyenv global 3.7.6
Expand Down
2 changes: 1 addition & 1 deletion timetracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a = Analysis(['timetracker/__main__.py'],
'psycopg2-binary',
'pymysql',
'mysqlclient',
'pyobdc'
'pyodbc'
],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 78b67ac

Please sign in to comment.