Skip to content

Commit

Permalink
Littl debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Oct 4, 2022
1 parent 8a75dec commit 2282ca4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ jobs:

steps:
# Setup and installation
- name: Checkout repo
uses: actions/checkout@v3

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python-version }}

- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2282ca4

Please sign in to comment.