Skip to content

get_evaluated_path returns now a str #8

get_evaluated_path returns now a str

get_evaluated_path returns now a str #8

Workflow file for this run

name: Tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.13
uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Run Tests
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install && poetry run pytest