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 24, 2024
1 parent 903792f commit 35081c2
Show file tree
Hide file tree
Showing 2 changed files with 469 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: |
sudo systemctl mask nginx.service
sudo apt install nginx openssl
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 35081c2

Please sign in to comment.