We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 045bf53 + 07ac044 commit e792e4eCopy full SHA for e792e4e
.github/workflows/tests.yml
@@ -82,18 +82,23 @@ jobs:
82
cppstd: "-std=c++98"
83
84
steps:
85
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
86
+
87
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
88
+ uses: actions/setup-python@v5
89
with:
90
python-version: ${{ matrix.python-version }}
91
92
- name: Display Python version
93
run: python -c "import sys; print(sys.version)"
94
95
- name: Install Python lib and test libs
96
run: |
97
pip install '.[test]'
98
99
- name: Run pycodestyle
100
run: pycodestyle . --exclude=docs
101
102
- name: Setup castxml for Linux
103
if: matrix.os == 'ubuntu-22.04' && matrix.castxml == 'castxml'
104
0 commit comments