Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent 0c16c91 commit 515a1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- uses: actions/checkout@v2
- name: Install requirements
run: |
apt-get update &&
apt-get update
apt-get install -y --no-install-recommends \
build-essential xvfb \
python3 python3-pip python3-flake8 \
${{ matrix.packages }} \
${{ matrix.packages }}
export PATH="$PATH:`python3 -m site`/bin"
- uses: ./.github/workflows/common
with:
Expand Down

0 comments on commit 515a1b1

Please sign in to comment.