Skip to content

Commit

Permalink
Attempt to fix issue with test setup on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
prouast committed Jan 4, 2025
1 parent 334b192 commit 02fbe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m pip install ".[test]"
- name: Set development API_URL for non-main branches
if: github.ref != 'refs/heads/main'
run: echo "API_URL=https://api.rouast.com/vitallens-dev" >> $GITHUB_ENV
run: echo API_URL=https://api.rouast.com/vitallens-dev >> %GITHUB_ENV%
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit 02fbe30

Please sign in to comment.