Skip to content

Commit

Permalink
fixing plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Feb 13, 2024
1 parent 51e036c commit 3726d2e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,14 @@ jobs:
matrix:
os: ["ubuntu-latest"]
container:
- python:3.8-buster
- python:3.8-bullseye
- python:3.9-buster
- python:3.9-bullseye
- python:3.10-buster
- python:3.10-bullseye
experimental: [false]
include:
- os: macos-latest
python-version: "3.8"
experimental: false
- os: macos-latest
python-version: "3.9"
experimental: false
- os: macos-latest
python-version: "3.10"
experimental: false
container: ${{ matrix.container }}
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Set up Python
if: matrix.os == 'macos-latest'
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Create the ssh keypair
run: |
cd tests/docker_tests
Expand Down

0 comments on commit 3726d2e

Please sign in to comment.