Skip to content

Commit

Permalink
test github actions with branch as var name
Browse files Browse the repository at this point in the history
  • Loading branch information
wschuell committed Nov 24, 2023
1 parent d29e807 commit a944c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -e git+https://github.com/wschuell/db_fillers.git@main#egg=db_fillers
pip install -e git+https://github.com/wschuell/db_fillers.git@$GITHUB_HEAD_REF#egg=db_fillers || pip install -e git+https://github.com/wschuell/db_fillers.git@main#egg=db_fillers
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt-get install -y libsqlite3-dev
pip install codecov pytest-cov
Expand Down

0 comments on commit a944c6e

Please sign in to comment.