Skip to content

Commit

Permalink
Update CI workflow to set up environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Oct 11, 2024
1 parent 3882b03 commit 52028c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Set up environment variables
run: |
cp .env.example .env
- name: Install dependencies
run: |
make update
Expand Down

0 comments on commit 52028c6

Please sign in to comment.