Skip to content

Commit 9bd8364

Browse files
authored
Merge branch 'main' into fix_precision_fmt
2 parents e56bfff + e4e926e commit 9bd8364

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generator:
77
stage: generate
88
image: python:3.8-alpine
99
tags:
10-
- docker
10+
- k8s-default
1111
before_script:
1212
- pip install pyyaml
1313
script:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
args: ["--profile", "black", --line-length=125]
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.13.0
33+
rev: v3.14.0
3434
hooks:
3535
- id: pyupgrade
3636
args: ["--py36-plus"]
3737

3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v2.4.0
39+
rev: v2.5.0
4040
hooks:
4141
- id: setup-cfg-fmt
4242

test/pytest/ci-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
stage: test
33
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
44
tags:
5-
- docker
5+
- k8s-default
66
before_script:
77
- source ~/.bashrc
88
- if [ $EXAMPLEMODEL == 1 ]; then git submodule init; git submodule update; fi

0 commit comments

Comments
 (0)