Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dydra/http-api-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Nov 4, 2024
2 parents 80092c0 + 5100c3b commit 729ff6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# setup python
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8 #install the python needed
# Provide utilities
- name: install utilities
run: |
Expand Down

0 comments on commit 729ff6a

Please sign in to comment.