Skip to content

Commit

Permalink
fixed problem with gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Apr 2, 2024
1 parent b43244b commit ed95fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -e .[dev]
pip install -e .
- name: Test with pytest
run: |
export APCA_ID='${{ secrets.APCA_ID }}'
export APCA_KEY='${{ secrets.APCA_KEY }}'
python -m pytest
pytest

0 comments on commit ed95fc6

Please sign in to comment.