Skip to content

Delete compression_layer.py #13

Delete compression_layer.py

Delete compression_layer.py #13

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Test with pytest
run: |
pip install pytest
pytest