Skip to content

Commit

Permalink
Point tox-github-action to the correct branch
Browse files Browse the repository at this point in the history
Signed-off-by: Lenka Segura <lsegura@redhat.com>
  • Loading branch information
LenkaSeg authored and Zlopez committed Jul 26, 2023
1 parent c1aa757 commit 96b6f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
dnf_install: krb5-devel openldap-devel
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.pyver }}-${{ matrix.flaskver }}
dnf_install: krb5-devel openldap-devel
Expand Down

0 comments on commit 96b6f78

Please sign in to comment.