Skip to content

Commit

Permalink
CI: Fix ngr installation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2023
1 parent 701df28 commit 3a91574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-go-gin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:

- name: Install utilities
run: |
pip install -r requirements.txt
pip install --upgrade 'setuptools>=64'
pip install --requirement requirements.txt
- name: Validate go-gin
run: |
Expand Down

0 comments on commit 3a91574

Please sign in to comment.