File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -99,20 +99,20 @@ jobs:
9999 run : |
100100 pip install dist/${{ steps.wheel.outputs.wheel_name }}[graphics]
101101
102- - name : Login in GitHub Container registry
103- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
104- with :
105- registry : ghcr.io
106- username : ${{ github.actor }}
107- password : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
108-
109102 - name : " Install Colima for Docker on macOS"
110103 shell : bash
111104 if : (matrix.os == 'macos-latest')
112105 run : |
113106 brew install colima
114107 colima start
115108
109+ - name : Login in GitHub Container registry
110+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
111+ with :
112+ registry : ghcr.io
113+ username : ${{ github.actor }}
114+ password : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
115+
116116 - name : " Install DPF"
117117 id : set-server-path
118118 shell : bash
You can’t perform that action at this time.
0 commit comments