File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 contents : write
2727 pull-requests : write
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30- with :
31- persist-credentials : false
32- - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
33- env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ with :
31+ persist-credentials : false
32+ - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
33+ env :
34+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535
3636 labeler :
3737 name : Set labels
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 container :
2525 image : ghcr.io/ansys/mapdl:v22.2-ubuntu@sha256:024c587f4a8190e99cc3f08a2dc231583032e784a8ef7d7659f8dd9748116697
26- options : " -u=0:0 --entrypoint /bin/bash"
26+ options : -u=0:0 --entrypoint /bin/bash
2727 credentials :
2828 username : ${{ secrets.GH_USERNAME }}
2929 password : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ tests = [
6262]
6363
6464doc = [
65- " ansys-sphinx-theme[autoapi]==1.6.3" ,
66- " grpcio==1.71.2" ,
67- " grpcio-health-checking==1.71.2" ,
68- " sphinx-click==4.4.0" ,
69- " sphinx-copybutton==0.5.2" ,
70- " sphinx-gallery==0.19.0" ,
65+ " ansys-sphinx-theme[autoapi]==1.6.3" ,
66+ " grpcio==1.71.2" ,
67+ " grpcio-health-checking==1.71.2" ,
68+ " sphinx-click==4.4.0" ,
69+ " sphinx-copybutton==0.5.2" ,
70+ " sphinx-gallery==0.19.0" ,
7171]
7272
7373[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments