8000 Try gh-actions. by JulienPalard · Pull Request #1474 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Try gh-actions. #1474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 23, 2020
Merged
Prev Previous commit
Next Next commit
Padpo needs python3.6+
  • Loading branch information
JulienPalard committed Nov 22, 2020
commit f535beb160841c0760dae4a2c3a739c676bcc092
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install padpo
run: sudo python3 -m pip install padpo
- name: Run padpo
Expand Down
0