Skip to content

Update action.yml

Update action.yml #61

Workflow file for this run

name: testbench
on: push
jobs:
main:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- run: where takeown
shell: cmd
- run: echo "$PATH"
shell: bash
- run: echo "%PATH%"
shell: cmd
- run: echo $env:Path
shell: powershell
- uses: ilammy/[email protected]
- run: echo "$PATH"
shell: bash
- run: echo "%PATH%"
shell: cmd
- run: echo $env:Path
shell: powershell
- run: where takeown
shell: cmd
- uses: ./
with:
token: ${{ secrets.JGILLIS_RESTRICTED }}
- run: cat $GITHUB_ENV
shell: bash
- run: echo "$PATH"
shell: bash
- run: echo "%PATH%"
shell: cmd
- run: echo $env:Path
shell: powershell
- run: where takeown
shell: cmd
- uses: conda-incubator/[email protected]
with:
python-version: "3.10"
activate-environment: py310
auto-update-conda: true