We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f217ec commit 9025e57Copy full SHA for 9025e57
.github/workflows/merge_conflict.yml
@@ -25,16 +25,6 @@ jobs:
25
- name: Merge develop branch and set up dependencies
26
uses: ./.github/actions/merge-develop-and-set-up-dependencies
27
28
- - name: Set up Python
29
- uses: actions/setup-python@v4
30
- with:
31
- python-version: '3.9'
32
-
33
- - name: Install dependencies
34
- run: |
35
- python -m pip install --upgrade pip
36
- pip install requests
37
38
- name: Check PR Merge Conflicts
39
env:
40
GITHUB_REPOSITORY: ${{ github.repository }}
0 commit comments