Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonDev42 committed Apr 20, 2024
1 parent 291c03e commit 36c14b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,10 @@ jobs:
run: |
python -m pip install poetry
poetry install
- name: Load .env
uses: falti/[email protected]
with:
path: .env.dev
- name: Set environment variables
run: |
set -a
source path/to/your/.env
source .env.dev
set +a
env | grep -vE '^(_|PWD|HOME|GITHUB_)' >> $GITHUB_ENV
- name: Run tests
Expand Down

0 comments on commit 36c14b0

Please sign in to comment.