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 a3139d5 commit 8cd32ebCopy full SHA for 8cd32eb
.github/workflows/integration.yml
@@ -125,7 +125,7 @@ jobs:
125
ansible-version:
126
- git+https://github.com/ansible/ansible.git@devel
127
python-version:
128
- - 3.6
+ # - 3.6
129
- 2.7
130
steps:
131
- name: Check out code
@@ -150,7 +150,7 @@ jobs:
150
pip
151
install
152
--user
153
- -r tests/requirements.txt
+ -r requirements.txt
154
- name: Download migrated collection artifacts
155
uses: actions/download-artifact@v1
156
with:
@@ -171,7 +171,6 @@ jobs:
171
-v
172
--diff
173
--color
174
- --allow-unsupported
175
--continue-on-error
176
--coverage
177
cloud/cs/
0 commit comments