Skip to content

Commit

Permalink
test: setup nginx proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Aug 16, 2024
1 parent 903792f commit 3a66cbd
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
cache-dependency-path: requirements_test.txt
check-latest: true
allow-prereleases: ${{ matrix.unsupported }}
- name: Add test utils
if: ${{ matrix.os }} == "ubuntu-latest"
run: |
systemctl mask nginx.service
apt install nginx openssl
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 3a66cbd

Please sign in to comment.