Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crisingulani authored Jan 16, 2025
1 parent 4a3f604 commit 99bae74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Test python API
steps:
- uses: actions/checkout@v4
#- name: Set up uWSGI dependencies
# uses: awalsh128/cache-apt-pkgs-action@latest
# with:
# packages: gcc python3-dev build-essential libpcre3 libpcre3-dev
# version: 1.0
- name: Set up uWSGI dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: gcc python3-dev build-essential libpcre3 libpcre3-dev
version: 1.0
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 99bae74

Please sign in to comment.