Skip to content

Fix pipenv lock file with private repo installation #149

Fix pipenv lock file with private repo installation

Fix pipenv lock file with private repo installation #149

name: Python tests authentication
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Run tests
uses: ./.github/templates/test/
with:
folder: authentication