Skip to content

Commit

Permalink
Fix install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Jan 11, 2024
1 parent 29dc078 commit 0c6d7b2
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 106 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Run ShellCheck
uses: ludeeus/[email protected]

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
with:
Expand All @@ -38,4 +41,3 @@ jobs:
run: |
python -m pip install coveralls
coveralls --service=github
Loading

0 comments on commit 0c6d7b2

Please sign in to comment.