We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b685 commit 06c8be8Copy full SHA for 06c8be8
.github/workflows/update-and-build.yml
@@ -9,8 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/setup-python@master
12
- with:
13
- python-version: 3.8
14
- run: sudo apt-get install -y gettext
15
- run: pip install transifex-client requests
16
- uses: actions/checkout@master
@@ -37,8 +35,6 @@ jobs:
37
35
needs: ['update-translation']
38
36
39
40
41
42
43
with:
44
repository: python/cpython
0 commit comments