Skip to content

Commit

Permalink
Remove env from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Sep 2, 2024
1 parent 4ee1b4a commit 68f90bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ jobs:
- name: Export PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV

- name: Create .env
run: cp .env.example .env

- name: Run Tests
run: pytest -vvv tests/unit_tests

0 comments on commit 68f90bb

Please sign in to comment.