Skip to content

Commit

Permalink
wip: i might be dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers committed Jul 13, 2024
1 parent a34bc89 commit 65ee12c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-ci-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ runs:
with:
python-version: "3.12"
- name: Install dotenv
run: |
python -m pip install --upgrade pip
pip install dotenv
run: pip install python-dotenv
shell: bash
- name: Create env files
run: >
Expand Down

0 comments on commit 65ee12c

Please sign in to comment.