Skip to content

Commit

Permalink
Clean file
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Apr 9, 2024
1 parent a4e8ef4 commit 270e144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install package
- name: Install package
run: pip install .
- name: Try to run the command
run: |
Expand Down

0 comments on commit 270e144

Please sign in to comment.