Skip to content

Commit

Permalink
Tweak actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Feb 9, 2023
1 parent c257b90 commit 50b7b1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- check-py311-cover
- check-py311-nocover
- check-py311-niche
- check-py312-cover
- check-py312-nocover
# - check-py312-cover
# - check-py312-nocover
- check-py312-niche
- check-quality
## Skip all the (inactive/old) Rust and Ruby tests pending fixes
Expand Down Expand Up @@ -77,11 +77,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache
Expand Down Expand Up @@ -139,12 +139,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: ${{ matrix.python-architecture }}
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~\appdata\local\pip\cache
Expand Down Expand Up @@ -178,11 +178,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache
Expand All @@ -207,11 +207,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Update pinned dependencies
Expand Down

0 comments on commit 50b7b1a

Please sign in to comment.