Skip to content

Commit

Permalink
MAINT: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed May 18, 2022
1 parent 452eade commit bce30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ freebsd_instance:

task:
install_script: . ./ci/cirrus-install.sh
script: mkdir test_dir && cd test_dir && echo $PWD && python -c "import randomgen; randomgen.test()"
script: mkdir test_dir && cd test_dir && echo $PWD && python3.9 -c "import randomgen; randomgen.test()"


0 comments on commit bce30b7

Please sign in to comment.