summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-05-17 10:30:59 -0400
committerJulian Berman <Julian@GrayVines.com>2020-05-17 10:30:59 -0400
commit63595046ad65483b273a4fe52f7c0d95dc0611b6 (patch)
tree2801efee170c1c777f6199a44f707a23cb9c8d9a /.github
parent3f51dc5fe427cf9b4c40ea7048d456cec4f41531 (diff)
downloadjsonschema-63595046ad65483b273a4fe52f7c0d95dc0611b6.tar.gz
Maybe GHA doesn't actually run apt-get update before runs...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57578af..2129e55 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -162,7 +162,9 @@ jobs:
- name: Ensure we have new enough versions to respect python_version
run: python -m pip install -U pip setuptools
- name: Install dependencies
- run: sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
+ run: >
+ sudo apt-get update
+ sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
- name: Install dependencies
run: brew install enchant