Skip to content

Commit

Permalink
Add some sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Sep 25, 2024
1 parent febed52 commit 34ab856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
sudo apt-get update
ACCEPT_EULA=Y sudo apt-get install msodbcsql17 mssql-tools
ls -l /opt/microsoft/msodbcsql17/lib64/
sleep 30
sudo odbcinst -i -d -f /opt/microsoft/msodbcsql17/etc/odbcinst.ini
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'StrongPassword1' -Q 'CREATE DATABASE test_db' -l 60
- name: Set up pixi
Expand Down

0 comments on commit 34ab856

Please sign in to comment.