Skip to content

Commit

Permalink
fix: Name of make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ferrier committed Jul 31, 2022
1 parent d697994 commit 46ca2ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Install packages
run: |
sudo apt-get -y install make
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand All @@ -23,4 +20,4 @@ jobs:
pip install -r requirements-hacking.txt
- name: Run unittests
run: |
Make unittest_verbose
make unittest_verbose

0 comments on commit 46ca2ec

Please sign in to comment.