Skip to content

Fix auto-venv compatibility with nushell 0.108 #2

Fix auto-venv compatibility with nushell 0.108

Fix auto-venv compatibility with nushell 0.108 #2

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.23
with:
version: "*"
check-latest: true
- name: Run auto-venv tests
working-directory: modules/virtual_environments/auto-venv
run: nu test_auto_venv.nu