Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Apr 22, 2023
1 parent 1415236 commit 70acc4a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-20.04, windows-2022]
openmp-on: [true, false]
exclude:
- os: windows-2019
Expand All @@ -39,16 +39,11 @@ jobs:
- name: Install Poetry
uses: snok/[email protected]
with:
version: 1.3.2
version: 1.4.0
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true

- name: Add Poetry to the PATH environment variable
shell: bash
run: |
echo "${{ env.config-poetry-path }}" >> $GITHUB_PATH
- name: Set cache dir
run: poetry config cache-dir ${{ env.POETRY_CACHE_DIR }}

Expand All @@ -60,7 +55,7 @@ jobs:
- name: Cache venv
id: cached-poetry-dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ env.POETRY_CACHE_DIR }}
Expand Down

0 comments on commit 70acc4a

Please sign in to comment.