Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,17 @@ jobs:
pip install ".[test]"

- name: Setup GNU Fortran
uses: fortran-lang/setup-fortran@v1
uses: fortran-lang/setup-fortran@main
with:
compiler: gcc
version: ${{ matrix.gcc }}

- name: Download examples for pytest runs
run: .github/common/download-examples.sh

- name: Install make
if: runner.os == 'Windows'
run: choco install make

- name: Run pytest
working-directory: ./autotest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
"coverage",
"flaky",
"filelock",
"pytest",
"pytest!=8.1.0",
"pytest-benchmark",
"pytest-cov",
"pytest-dependency",
Expand Down