Change memory challenge expectations (#4657)

This commit is contained in:
merwanehamadi
2023-06-11 14:34:02 -07:00
committed by GitHub
parent fd04db12fa
commit 2ce6ae6707
2 changed files with 13 additions and 13 deletions

View File

@@ -14,10 +14,10 @@ jobs:
fail-fast: false
matrix:
config:
- python-version: ["3.10"]
- python-version: "3.10"
task: "tests/challenges"
task-name: "Mandatory Tasks"
- python-version: ["3.10"]
- python-version: "3.10"
task: "--beat-challenges -ra tests/challenges"
task-name: "Challenging Tasks"