Skip to content

Commit

Permalink
Merge pull request #225 from specklesystems/dev
Browse files Browse the repository at this point in the history
update CI to python 3.9
  • Loading branch information
KatKatKateryna authored Dec 10, 2024
2 parents 658ed58 + 0255a05 commit 247c33f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- specklepy_qt_ui

package:
executor: python/default
executor:
name: python/default
tag: "3.9"
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -260,7 +262,9 @@ jobs:
- speckle-sharp-ci-tools/Installers/qgis/<< parameters.slug >>*.zip

deploy-marketplace:
executor: python/default
executor:
name: python/default
tag: "3.9"
steps:
- checkout
- run:
Expand Down

0 comments on commit 247c33f

Please sign in to comment.