Skip to content

Commit 8cd32eb

Browse files
authored
fix integration test (#1)
1 parent a3139d5 commit 8cd32eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
ansible-version:
126126
- git+https://github.com/ansible/ansible.git@devel
127127
python-version:
128-
- 3.6
128+
# - 3.6
129129
- 2.7
130130
steps:
131131
- name: Check out code
@@ -150,7 +150,7 @@ jobs:
150150
pip
151151
install
152152
--user
153-
-r tests/requirements.txt
153+
-r requirements.txt
154154
- name: Download migrated collection artifacts
155155
uses: actions/download-artifact@v1
156156
with:
@@ -171,7 +171,6 @@ jobs:
171171
-v
172172
--diff
173173
--color
174-
--allow-unsupported
175174
--continue-on-error
176175
--coverage
177176
cloud/cs/

0 commit comments

Comments
 (0)