Skip to content

Commit

Permalink
forgoten env file
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Sep 12, 2024
1 parent a907e7c commit a3e1f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Extract environment variables for Docker container
# No variables required right now, add them here if needed.
run: |
echo "" >> .env
- name: Build Dockerimage
run: make build
- name: Run pytest in Docker
Expand Down

0 comments on commit a3e1f4b

Please sign in to comment.