Skip to content

Commit

Permalink
fix: rollback github action
Browse files Browse the repository at this point in the history
  • Loading branch information
manawasp committed Mar 13, 2024
1 parent 8cfc875 commit d45500d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ jobs:
experimental: true

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
- uses: "actions/setup-python@v4"
with:
python-version: ${{ matrix.python-version }}
cache: pip
python-version: "${{ matrix.python-version }}"
cache: "pip"
cache-dependency-path: |
requirements-docs.txt
requirements-tests.txt
Expand Down

0 comments on commit d45500d

Please sign in to comment.