Skip to content

Commit 16603ce

Browse files
python
1 parent 4a2df37 commit 16603ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python2-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: ruby/setup-python@v2
13+
- uses: actions/setup-python@v2
1414
with:
1515
python-version: 2.7
1616
- run: API_KEY=${{ secrets.API_KEY }} make ci-env

.github/workflows/python3-robotframework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: ruby/setup-python@v2
13+
- uses: actions/setup-python@v2
1414
with:
1515
python-version: 3.6
1616
- run: API_KEY=${{ secrets.API_KEY }} make ci-env

0 commit comments

Comments
 (0)