From 413cdd7e1b3ce5442cdc450ac984b35387fbb8da Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Fri, 14 Jan 2022 17:34:33 -0800 Subject: [PATCH] Remove unneeded OS dependency step from CI pipeline --- .github/workflows/.pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 3d6ab30..271cd3e 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -41,9 +41,6 @@ jobs: with: node-version: '14' - - name: Install OS dependencies - run: sudo apt-get install libxml2-utils ghostscript poppler-utils - - name: Start required services run: sudo systemctl start mysql.service