File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 7272 test :
7373 name : " Python v${{ matrix.python-version }}"
7474 runs-on : ubuntu-latest
75+ container :
76+ image : ghcr.io/swyddfa/esbonio-devenv
77+ credentials :
78+ username : ${{ github.actor }}
79+ password : ${{ secrets.github_token }}
80+
7581 timeout-minutes : 20
7682 strategy :
7783 fail-fast : false
8187 steps :
8288 - uses : actions/checkout@v4
8389
84- - uses : ' actions/setup-node@v4'
85- with :
86- node-version : 20.x
87- cache : ' npm'
88- cache-dependency-path : ' code/package-lock.json'
89-
90- - name : Setup Python ${{ matrix.python-version }}
91- uses : actions/setup-python@v5
92- with :
93- python-version : ${{ matrix.python-version }}
94- allow-prereleases : true
95-
9690 - run : |
9791 cd code/
9892 make dev-deps
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ bundled/env/.installed: requirements-env.txt | $(PY39)
7272 touch $@
7373
7474node_modules/.installed : package.json package-lock.json | $(NPM )
75- $(NPM ) ci
75+ PATH= $( BIN ) $(NPM ) ci
7676 touch $@
You can’t perform that action at this time.
0 commit comments