Skip to content

update slurprompts filename in encoding pkg #108

update slurprompts filename in encoding pkg

update slurprompts filename in encoding pkg #108

Workflow file for this run

name: Garak pytest - Windows
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
build_windows:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.10","3.12"]
steps:
- uses: actions/checkout@v3
with:
path: garak
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd garak
pip install -r requirements.txt
- name: Test with pytest
run: |
cd garak
python -m pytest tests/