Skip to content

Commit

Permalink
test for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Apr 26, 2022
1 parent b321801 commit 1c9d9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# - run: pip install -r requirements.txt
# - run: pip install -e .
# - run: py.test
# pip install -i https://test.pypi.org/simple/ amazon.ion==
- name: fetch wheels
run: |
for (( i=0; i<3; i++ ))
do
# pip install -i https://test.pypi.org/simple/ amazon.ion==
echo ${GITHUB_REF##*/}
sleep 5s
done
Expand Down

0 comments on commit 1c9d9b2

Please sign in to comment.