Skip to content

Commit

Permalink
versions should be string
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 13, 2024
1 parent c8c0c3e commit c42161c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recipe/parser/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,11 @@ mod test {
- python:
imports:
- pandas
python_version: 3.10
python_version: "3.10"
- python:
imports:
- pandas
python_version: [3.10, 3.12]
python_version: ["3.10", "3.12"]
"#;

// parse the YAML
Expand Down

0 comments on commit c42161c

Please sign in to comment.