From 1a795530dae064100c0df7bf75f31dc2d6b9a7e6 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 26 Feb 2024 12:01:22 +0000 Subject: [PATCH] This should be ufo_sources as per the error message --- .github/workflows/install_run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install_run.yml b/.github/workflows/install_run.yml index cae758848b..f58ee2c25d 100644 --- a/.github/workflows/install_run.yml +++ b/.github/workflows/install_run.yml @@ -99,9 +99,9 @@ jobs: || exit 0 shell: bash - - name: Install `ufo-sources` extra + - name: Install `ufo_sources` extra run: | - python -m pip install '.[ufo-sources]' + python -m pip install '.[ufo_sources]' - name: Run UFO Sources checks run: >-