Skip to content

Commit 5157546

Browse files
committed
squash. add TODO for testing env / docker-compose issue
1 parent 0ccef2a commit 5157546

3 files changed

Lines changed: 6 additions & 0 deletions

.github/workflows/build-and-test-plugin-with-irods-packages-debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
- name: Checkout repository
144144
uses: actions/checkout@v5
145145

146+
# TODO(irods/irods_testing_environment#264): Remove this block once the testing environment
147+
# no longer relies on the docker compose python library.
146148
- name: Set up python for iRODS testing environment
147149
uses: actions/setup-python@v6
148150
with:

.github/workflows/build-and-test-plugin-with-irods-packages-enterprise-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
- name: Checkout repository
135135
uses: actions/checkout@v5
136136

137+
# TODO(irods/irods_testing_environment#264): Remove this block once the testing environment
138+
# no longer relies on the docker compose python library.
137139
- name: Set up python for iRODS testing environment
138140
uses: actions/setup-python@v6
139141
with:

.github/workflows/build-and-test-plugin-with-irods-packages-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
- name: Checkout repository
148148
uses: actions/checkout@v5
149149

150+
# TODO(irods/irods_testing_environment#264): Remove this block once the testing environment
151+
# no longer relies on the docker compose python library.
150152
- name: Set up python for iRODS testing environment
151153
uses: actions/setup-python@v6
152154
with:

0 commit comments

Comments
 (0)