Test with Python 3.10
and set cancel-in-progress
to True
#242
Labels
Milestone
3.10
and set cancel-in-progress
to True
#242
Vector
supports Python3.10
, but the support is not tested in theCI
-vector/.github/workflows/ci.yml
Lines 31 to 39 in d4ad49e
Additionally, the
cancel-in-progress
field is set to${{ startsWith(github.ref, 'refs/pull/') }}
-vector/.github/workflows/ci.yml
Lines 11 to 15 in d4ad49e
which for some reason returns a
string
now (unverified bug/incorrect documentation, see - github/docs#19416).I think it should be okay to set it to
true
as set here - https://github.com/scikit-hep/cookie/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/ci.yml#L18-L20.The text was updated successfully, but these errors were encountered: