Skip to content

Commit faecc7c

Browse files
committed
fi
1 parent aa83eb0 commit faecc7c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1111
steps:
1212
- uses: actions/checkout@master
13+
- name: Configure sysctl limits
14+
run: |
15+
sudo swapoff -a
16+
sudo sysctl -w vm.swappiness=1
17+
sudo sysctl -w fs.file-max=262144
18+
sudo sysctl -w vm.max_map_count=262144
1319
- uses: actions/setup-python@v5
1420
name: Setup Python ${{ matrix.python-version }}
1521
with:
@@ -23,14 +29,8 @@ jobs:
2329
pip3 install -r requirements-dev.txt
2430
pip3 install gdal=="`gdal-config --version`.*"
2531
pip3 install .
26-
- name: Configure sysctl limits
27-
run: |
28-
sudo swapoff -a
29-
sudo sysctl -w vm.swappiness=1
30-
sudo sysctl -w fs.file-max=262144
31-
sudo sysctl -w vm.max_map_count=262144
3232
- name: Install and run Elasticsearch 📦
33-
uses: getong/elasticsearch-action@v1.2
33+
uses: getong/elasticsearch-action@v1.3
3434
with:
3535
elasticsearch version: '8.2.2'
3636
host port: 9200

0 commit comments

Comments
 (0)