Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This reverts commit f31ddba3e56b019939094fe6559ae5f0eda22d92.
  • Loading branch information
hussein-awala committed Aug 13, 2023
1 parent 93df164 commit 2e166e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/actions/breeze/action.yml
Expand Up @@ -31,8 +31,6 @@ runs:
python-version: 3.8
cache: 'pip'
cache-dependency-path: ./dev/breeze/setup*
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
- name: Cache breeze
uses: actions/cache@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-images.yml
Expand Up @@ -111,8 +111,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
- name: "Retrieve defaults from branch_defaults.py"
# We cannot "execute" the branch_defaults.py python code here because that would be
# a security problem (we cannot run any code that comes from the sources coming from the PR.
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -387,8 +387,6 @@ jobs:
python-version: "${{needs.build-info.outputs.default-python-version}}"
cache: 'pip'
cache-dependency-path: ./dev/breeze/setup*
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
- run: python -m pip install --editable ./dev/breeze/
- run: >
breeze setup version ||
Expand Down Expand Up @@ -463,8 +461,6 @@ jobs:
python-version: "${{needs.build-info.outputs.default-python-version}}"
cache: 'pip'
cache-dependency-path: ./dev/requirements.txt
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
- name: "Test examples of PROD image building"
run: >
cd ./docker_tests &&
Expand Down Expand Up @@ -580,8 +576,6 @@ jobs:
python-version: "${{needs.build-info.outputs.default-python-version}}"
cache: 'pip'
cache-dependency-path: ./dev/breeze/setup*
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
- name: "Install Breeze"
uses: ./.github/actions/breeze
id: breeze
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync_authors.yml
Expand Up @@ -43,8 +43,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache

- name: Requests
run: |
Expand Down

0 comments on commit 2e166e8

Please sign in to comment.