Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install absolufy and poetry
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Mark the directory as safe for git
run: git config --global --add safe.directory $PWD
Expand Down
Loading