Skip to content

Commit

Permalink
removing set env instead using an env file
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jan 31, 2024
1 parent 4a048f1 commit 149d16f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
shell: bash
run: python -m poetry install

- name: Export Python path
run: echo "::set-env name=PYTHONPATH::$(pwd)"


- name: Test with pytest
run: python -m poetry run pytest --cov
env:
PYTHONPATH: ${{ env.PYTHONPATH }}
ENV_FILE: ${{ runner.workspace }}/.env

0 comments on commit 149d16f

Please sign in to comment.