Skip to content

Commit

Permalink
attempt to fix github action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Feb 8, 2022
1 parent 1acf6b3 commit 992ac8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: [3.7, 3.8, 3.9]

- name: Install dependencies
run: |
Expand Down

0 comments on commit 992ac8a

Please sign in to comment.