Skip to content

Commit

Permalink
fix bug in old action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed May 17, 2023
1 parent 701ce91 commit cd30d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [ "3.10" ]
python-version: ["3.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install skill
run: |
pip install .
- uses: pypa/[email protected].0
- uses: pypa/[email protected].7
with:
# Ignore setuptools vulnerability we can't do much about
# Ignore numpy vulnerability affecting latest version for Py3.7
Expand Down

0 comments on commit cd30d89

Please sign in to comment.