Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit d48766e

Browse files
committed
Update github actions
1 parent 28ea805 commit d48766e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,9 @@ jobs:
5454
python-version: "${{ matrix.python-version }}"
5555
- name: "Install drivers"
5656
run: |
57-
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
58-
curl https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/prod.list > /etc/apt/sources.list.d/mssql-release.list
59-
sudo apt-get update -y
6057
sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17
61-
sudo ACCEPT_EULA=Y apt-get install -y mssql-tools
62-
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
63-
source ~/.bashrc
6458
sudo apt-get install -y unixodbc-dev
59+
6560
- name: "Install dependencies"
6661
run: "scripts/install"
6762
- name: "Run linting checks"

0 commit comments

Comments
 (0)