Skip to content

Commit 320d45b

Browse files
committed
more simples
1 parent 5cafd28 commit 320d45b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
- name: Run Tests
5858
shell: bash -l {0}
5959
run: |
60-
pip install s3fs --no-input
61-
pip uninstall s3fs
6260
pip install -e .[test]
63-
pip install s3fs --no-input --no-deps
6461
pytest -v
6562
6663
lint:

ci/environment-win.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.11
6+
- s3fs
7+
- pytest

0 commit comments

Comments
 (0)