Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Aug 9, 2024
1 parent b0c8214 commit ee64f0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/module-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- uses: actions/setup-python@v5
- uses: actions/setup-python
with:
python-version: '3.10'

- name: Run minio
run: |
docker run -d -p 9000:9000 -p 9001:9001 quay.io/minio/minio server /data --console-address ":9001"
- name: Setup env
run: |
pip install -r module-2/requirements.test.txt
Expand Down

0 comments on commit ee64f0a

Please sign in to comment.