Skip to content

Commit

Permalink
This should be ufo_sources as per the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 26, 2024
1 parent 12c5f60 commit 1a79553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 1a79553

Please sign in to comment.