Skip to content

Commit

Permalink
automation: Drop use of sbonazzo copr collection
Browse files Browse the repository at this point in the history
Hopefully all deps we got from it are now in the build container.

Change-Id: Iaf72ff8b56ffc2f8750c579d043f8d460fed0c50
Signed-off-by: Yedidyah Bar David <[email protected]>
  • Loading branch information
didib committed Nov 15, 2022
1 parent 2896a7c commit c3e7a9a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v2

# Requried for python3-isort on cs8
- name: Prepare CentOS Stream 8 environment
if: ${{ matrix.shortcut == 'cs8' }}
run: |
dnf copr enable -y sbonazzo/EL8_collection
# Requried for python3-isort on cs9
- name: Prepare CentOS Stream 9 environment
if: ${{ matrix.shortcut == 'cs9' }}
run: |
dnf copr enable -y sbonazzo/EL9Collection
- name: Install testing dependencies
run: |
dnf install -y --setopt=tsflags=nodocs \
python3-isort \
python3-pycodestyle \
python3-pyflakes
pip3 install isort pycodestyle pyflakes
# TODO: Split to separate steps?
- run: automation/check-patch.sh
Expand Down

0 comments on commit c3e7a9a

Please sign in to comment.