Skip to content

Commit 96a7589

Browse files
authored
Update project_euler.yml
1 parent d74417f commit 96a7589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/project_euler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-python@v2
19+
with:
20+
python-version: "3.10.0-beta.1"
1921
- name: Install pytest and pytest-cov
2022
run: |
2123
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)