Skip to content

Commit 0e8250f

Browse files
authored
Merge pull request #1405 from appsembler/fix/fix-workflow-configurations
Fix workflow configurations
2 parents 2de42bd + da69fb9 commit 0e8250f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/report_conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: appsembler/action-conflict-counter/.github/workflows/report-via-comment.yml@main
88
with:
99
local_base_branch: ${{ github.base_ref }}
10-
upstream_repo: 'https://github.com/edx/edx-platform.git'
10+
upstream_repo: 'https://github.com/openedx/edx-platform.git'
1111
upstream_branches: 'open-release/nutmeg.master,master'
1212
exclude_paths: 'cms/static/js/,conf/locale/,lms/static/js/,package.json,package-lock.json,.github/'
1313
secrets:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
env:
38+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
3739
- name: Install dependencies
3840
# TODO: Remove tox-pip-version once we upgrade to Koa+, or whenever we have addressed pip 20.3 strict issues.
3941
run: |

0 commit comments

Comments
 (0)