Skip to content

Commit

Permalink
fix: Only set Python versions if unset
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 19, 2024
1 parent 469fc45 commit a5f5000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/scripts/make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export PYTHON_VERSIONS=${PYTHON_VERSIONS:-3.8 3.9 3.10 3.11 3.12}
export PYTHON_VERSIONS=${PYTHON_VERSIONS-3.8 3.9 3.10 3.11 3.12}

options() {
local shift_count=0
Expand Down

0 comments on commit a5f5000

Please sign in to comment.