Skip to content

Fix auto-venv compatibility with nushell 0.108 #1

Fix auto-venv compatibility with nushell 0.108

Fix auto-venv compatibility with nushell 0.108 #1

Workflow file for this run

on:
pull_request:
paths:
- "modules/virtual_environments/auto-venv/**"
push:
paths:
- "modules/virtual_environments/auto-venv/**"
jobs:
test-auto-venv:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: hustcer/setup-nu@v3.9
with:
version: "*"
check-latest: true
- name: Run auto-venv tests
shell: nu {0}
run: |
cd modules/virtual_environments/auto-venv
nu test_auto_venv.nu