Skip to content

Commit

Permalink
test-756
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Jan 30, 2024
1 parent d7b5a79 commit 5033248
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/test-756.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
i: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Test rate limit
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Use Python
run: |
for run in {1..60}
do
echo "Run number $run"
echo "Setting up Python"
uses: actions/setup-python@v5
with:
python-version: '3.8'
done
python --version
python -c "print('Hello, World!')"

0 comments on commit 5033248

Please sign in to comment.