Skip to content

Commit

Permalink
Use system Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 17, 2020
1 parent cde3ed3 commit 367be80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
perl-version: [latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -19,10 +18,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set up Perl ${{ matrix.perl-version }}
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- name: Install dependencies
run: |
pip install codecov flask pytest-cov pytest-pep8 coverage scons
Expand Down

0 comments on commit 367be80

Please sign in to comment.