Skip to content

Commit 5542fdd

Browse files
chore: fix tests (#3245)
1 parent 8dfd510 commit 5542fdd

File tree

12 files changed

+411
-32
lines changed

12 files changed

+411
-32
lines changed

.github/workflows/cheatsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
git commit -m "chore: Update cheatsheet json"
9292
- name: Push changes
9393
uses: ad-m/github-push-action@master
94-
if: (steps.publish-pdf.outcome != 'Skipped' || steps.publish-json.outcome != 'Skipped) && success()
94+
if: (steps.publish-pdf.outcome != 'Skipped' || steps.publish-json.outcome != 'Skipped') && success()
9595
with:
9696
github_token: ${{ secrets.GITHUB_TOKEN }}
9797
branch: ${{ github.ref }}

.github/workflows/test_deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
- uses: actions/[email protected]
5151
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
52-
- name: Set up Python 3.8
52+
- name: Set up Python 3.9
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version: "3.8"
55+
python-version: "3.9"
5656
- uses: actions/cache@master
5757
id: dependency-cache
5858
with:
@@ -137,10 +137,10 @@ jobs:
137137
steps:
138138
- uses: actions/[email protected]
139139
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
140-
- name: Set up Python 3.8
140+
- name: Set up Python 3.9
141141
uses: actions/setup-python@v4
142142
with:
143-
python-version: "3.8"
143+
python-version: "3.9"
144144
- uses: actions/cache@master
145145
id: dependency-cache
146146
with:
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Python ${{ matrix.python-version }}
181181
uses: actions/setup-python@v4
182182
with:
183-
python-version: "3.7"
183+
python-version: "3.9"
184184
- uses: actions/cache@master
185185
id: dependency-cache
186186
with:
@@ -893,7 +893,7 @@ jobs:
893893
- name: Set up Python ${{ matrix.python-version }}
894894
uses: actions/setup-python@v4
895895
with:
896-
python-version: "3.7"
896+
python-version: "3.9"
897897
- name: Install dependencies
898898
run: |
899899
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)